Skip to content

Localstack deployment fails #233

@MarioSimou

Description

@MarioSimou

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:
serverless-localstack-deployment-error

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions