localstack / localstack-demo

Simple demo application deployed using LocalStack
https://docs.localstack.cloud/getting-started/quickstart/
63 stars 33 forks source link

Update package.json #55

Closed developersteve closed 1 year ago

developersteve commented 1 year ago

Updating localstack package version to latest to fix issues around host (see https://github.com/localstack/serverless-localstack/issues/125https://github.com/localstack/serverless-localstack/issues/125)

joe4dev commented 1 year ago

Thank you for your contribution @developersteve 🙏 Can you confirm that serverless-localstack 1.0.4 falls back to the IPv4 host 127.0.0.1 even without the host: http://127.0.0.1 config in the serverless.yml?

joe4dev commented 1 year ago

Superseded by https://github.com/localstack/localstack-demo/pull/61, which includes further fixes (see serverless-localstack changelog)

In particular, includes a fix for endpoint reconfiguration https://github.com/localstack/serverless-localstack/pull/219 (which caused issues with async)