Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

AWS_DEFAULT_REGION #2

Open
michi88 opened this issue Nov 27, 2017 · 1 comment
Open

AWS_DEFAULT_REGION #2

michi88 opened this issue Nov 27, 2017 · 1 comment

Comments

@michi88
Copy link
Contributor

michi88 commented Nov 27, 2017

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

@mar-io
Copy link

mar-io commented Mar 29, 2018

this should definitely be merged this is not working for me due to dynamo db not being found

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants