Lucas

Results 39 comments of Lucas

Thanks for opening this issue. This is the repository for AWS SAM CLI, a command line tool to manage AWS Cloudformation resources. Can you provide a project where we can...

Thanks for reporting this issue. I can reproduce the behaviour you see with the stage name reference. This is due to how we treat and resolve intrinsics, and in this...

Hi, Lambda no longer supports updates to Node.js 14 based functions (https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-support-policy), which is why SAM CLI has removed support for this runtime with this latest version. While this is...

Hi, I was not able to reproduce your slow cold start with a project deployed via SAM CLI: ## SAM CLI 1. `sam init` a Python 3.11 hello world template...

Thanks for raising this feature request. Was there a particular way you were building the layer? Defining a layer as such: ```yaml HelloWorldLayer: Type: AWS::Serverless::LayerVersion Properties: ContentUri: ./layer CompatibleRuntimes: -...

Thanks for opening this feature request. This might be a result of how the Makefile workflow works as of right now (since it copies the `CodeUri` into a temporary folder...

Hi, to attach a debugger manually to the container, you'll have to provide the debugging arguments yourself. Using the hello world Python 3.8 template, I added `debugpy` to the existing...

Hi, sorry for missing this, but the `--wait-for-client` should be provided as well. Using SAM CLI `1.107.0` and Docker Engine `24.0.6` I can get the debugger to wait: ``` sam...

Hi, is there a specific CORS error message you are getting when trying to visit the endpoint in a browser?

Thanks for opening this issue! We welcome contributions from community members, but if you had wanted some confirmation from team I can look at getting that for you. The request...