-
I am trying to run AWS SAM within my devcontainer.
The issue I am encountering is that when I attempt to run the debugger for AWS SAM, I am getting a popup error `Cannot reconnect. Please reload the…
-
ローカルで実装した lambda function を github actions で sam deploy できるようにする
-
**Your Environment**
- OS: **macOS 14.2.1 (23C71)**
- JetBrains product: **2023.3.2 (Ultimate Edition)**
- JetBrains product version: **Build #IU-233.13135.103, built on December 20, 2023**
- A…
-
At this location:
https://github.com/aws/aws-sam-cli/blob/97e63dcc2738529eded8eecfef4b875abc3a476f/samcli/local/apigw/local_apigw_service.py#L721
there is a `return` statement in a `finally` blo…
-
### Description:
Whenever I run my tests in GitHub Actions (which runs them via the Ubuntu image), I get errors in my tests when they try to call my Lambda after starting the SAM CLI (also done b…
-
### Description:
This appears to be closely related to https://github.com/aws/aws-sam-cli/issues/1072, however, this issue has been closed citing "de-duplicated builds, which will build same CodeUri …
-
### Description:
SAM deploy complains about the config file (the --config-file) missing or unreadable, but it's really the about the path to the template file (the -t argument).
If the spec…
thogr updated
1 month ago
-
### Description
[New Resource]
In AWS there exists a `Serverless::Function` . On the surfece, this simply wraps a lambda. However there are several differences.
One major one built in codedeplo…
-
### Describe the bug
I am trying to run `cdk` commands, such as `cdk diff` on a stack that contains `NodejsFunction`s with `runtime`s set to `Runtime.NODEJS_20_X`. However, the commands always hang w…
-
By the default the AWS Lambda run fail with this error message
```
Could not find hanami-2.1.1, hanami-assets-2.1.0, hanami-controller-2.1.0, hanami-lambda-0.2.0, hanami-router-2.1.0, hanami-valid…