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
It appears that serverless-dynamodb-local used to download the tar.gz file over http and that worked for a long time. But it appears that the security on the s3 bucket for local DynamoDbs have been tightened and only https is supported. This happened in early March 2023.
A fix to this would involve modifying the download link to https protocol and also ensuring that https works in installer.js
Expected Behaviour
Expect the latest local DynamoDB tar.gz file to download and be unzipped locally.
Steps to reproduce it
Run sls dynamodb install
LogCat for the issue
Provide logs for the crash here
Screenshots of the issue
Where-ever possible attach a screenshot of the issue.
Would you like to work on the issue?
YES
The text was updated successfully, but these errors were encountered:
Actual Behaviour
When I run
sls dynamodb install
it fails with the errors below:
Error: Error getting DynamoDb local latest tar.gz location undefined: 403
The AWS page and the corresponding S3 buckets that provide the local versions of DynamoDB seem to be working under https only.
https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.DownloadingAndRunning.html
It appears that serverless-dynamodb-local used to download the tar.gz file over http and that worked for a long time. But it appears that the security on the s3 bucket for local DynamoDbs have been tightened and only https is supported. This happened in early March 2023.
A fix to this would involve modifying the download link to https protocol and also ensuring that https works in installer.js
Expected Behaviour
Expect the latest local DynamoDB tar.gz file to download and be unzipped locally.
Steps to reproduce it
Run
sls dynamodb install
LogCat for the issue
Provide logs for the crash here
Screenshots of the issue
Where-ever possible attach a screenshot of the issue.
Would you like to work on the issue?
YES
The text was updated successfully, but these errors were encountered: