You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.
I'm always getting Requested resource not found (Service: AmazonDynamoDBv2; Status Code: 400; Error Code: ResourceNotFoundException; Request ID: .....)
I'm sure the DDB table exists and the variable is set correctly. Now I was wondering if it might be an AWS_DEFAULT_REGION problem as everything is set up in eu-west-1.
I found this might be needed when dealing with a different region:
I'm following: https://aws.amazon.com/blogs/big-data/build-a-serverless-architecture-to-analyze-amazon-cloudfront-access-logs-using-aws-lambda-amazon-athena-and-amazon-kinesis-analytics/
I'm always getting
Requested resource not found (Service: AmazonDynamoDBv2; Status Code: 400; Error Code: ResourceNotFoundException; Request ID: .....)
I'm sure the DDB table exists and the variable is set correctly. Now I was wondering if it might be an AWS_DEFAULT_REGION problem as everything is set up in eu-west-1.
I found this might be needed when dealing with a different region:
ddbClient.setRegion(Region.getRegion(Regions.EU_WEST_1));
https://stackoverflow.com/questions/31543591/aws-dynamodb-requested-resource-not-found
The text was updated successfully, but these errors were encountered: