-
## Expected Behavior
AWS Lambdas using the `nodejs22.x` runtime work in the same way as the ones using runtime `nodejs20.x`
## Actual Behavior
Warning/error messages are logged during the build:
```
…
-
### Expected Behavior
You can install v6.x of @middy/core and @aws-lambda-powertools/logger
### Current Behavior
When installing v6.x of @middy/core you get this error
```
npm ERR! code ERESOLVE…
-
Got a failure in TestParallelLambdaCreation that resolved itself after a retry. The test might be flaky.
```
TestParallelLambdaCreation (1m
program.go:1959: sample: test-programs/parallel-lamb…
-
- Most changes are done in unity-uds-terraform and cumulus-deploy terraform which are pushed to github.
- One of them is upgrading to Java11 for cnm_to_cma_task and cnm_response_task lambdas.
- It…
-
### Deploy to AWS Lambda in `ap-southeast-5` Region Fails with Validation Error
#### Bug Report 🐛
**Description**
Attempting to deploy to AWS Lambda in the `ap-southeast-5` (Malaysia) region resul…
-
### Describe the bug
When cdk import is comparing the current template with the synth template, it is picking false changes for NodejsFunction. For example, the below code
```ts
const rdsSchem…
-
### Describe the bug
Within NestJS, when performing calls such as `StripeClient.invoices.create` or other operations with bad data, requests hang indefinitely and don't throw errors.
### To Reproduc…
-
When adding this to my sst config:
```
async run() {
const infra = await import('./infra');
if (!$dev) {
const newRelicLayer =
'arn:aws:lambda:us-east-2:451483290750:…
-
### Bug Description
If a lambda node will be before the first **Next Page** form node then the form will be freezed until an ABL/proxy kills the session (in our case it's 60 seconds) after which the …
-
The current documentation for implementing a custom media manager for TinaCMS with AWS S3 (using lambda functions and API gateway for backend) is designed for Node.js 14. However, Node.js 14 has reach…