-
Notifications
You must be signed in to change notification settings - Fork 90
Closed
Labels
status: response requiredWaiting for Response of the reporterWaiting for Response of the reporter
Description
When I deploy my code in a locastack container, the cloudformation deployment fails and I am not sure why. Initially I thought is a bundler issue, so I tested it with webpack and esbuild, but unfortunately the issue persists in both of them. I have also tested the issue with different versions of localstack(v1.4, v2.2). In all cases the deployment failed.
Below, you will find the error message I get:

I have aslo created this repository.
Steps to reproduce:
- Install node dependencies (
pnpm i). - Run localstack container. I am using v2.2 (
docker compose up -d localstack). - Deploy lambda function in localstack (
pnpm deploy:dev). You should get the error message that I shared above.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
status: response requiredWaiting for Response of the reporterWaiting for Response of the reporter