-
In AWS lambda I get this message. I can add the DEBUG variable soon to get more information.
```
{
"errorType": "Error",
"errorMessage": "Unable to start Chrome. If you have the DEBUG env vari…
-
Since the node.js 10.x no longer support it, the following error shows when deploying this script with following URL
https://us-east-1.console.aws.amazon.com/lambda/home?region=us-east-1#/create/ap…
-
I am using the following configuration:
`var overrides = {
config: {
fromEmail: "info@example.com",
emailBucket: "emails-bucket",
emailKeyPrefix: "incoming/",
forward…
-
AWS is removing the Node 8.10 support. In connection with this @alixaxel has updated the https://github.com/alixaxel/chrome-aws-lambda to support Node 10. He is packaging a few required dependencies…
-
When running a node red instance inside ECS, it would be handy to use the ECS task credentials rather than setting up a credentials node.
https://docs.aws.amazon.com/sdk-for-javascript/v2/develope…
-
Currently as far as I know, the default runtime version is hard-coded within Pulumi as '8.x'. The only method of specifying a different default Lambda runtime version is to use the `aws.Lambda.Callbac…
-
I have a lambda function that processes MP3s. One of the files in my project is an FFMPEG binary which requires execute permissions so that my Node code can execute it. The binary has the needed permi…
-
### Current Terraform Version
```
v0.14.0-rc1
```
### Use-cases
* I have a aws_cognito_user_pool resource
* On this resource there is a block where you can configure the ARN of Lambda trig…
-
### Describe the feature
Currently CDK builds one Function/NodeJsFunction at time but I believe it could try to build all lambda function on a given stack in parallel. This would reduce the amount …
-
## Bug Description
I am using sequelize and @fyreware/mysql-data-api to connect to a AWS Aurora mysql database. When using Node.js 16
everything works just fine. As soon as I upgrade the AWS Lambd…