aws-lambda icon indicating copy to clipboard operation
aws-lambda copied to clipboard

⚡ Deploy AWS Lambda functions in seconds with Serverless Components.

Results 26 aws-lambda issues
Sort by recently updated
recently updated
newest added

In the utils.js file there are a few places that use the `input.runtime`, with the exception of right here: https://github.com/serverless-components/aws-lambda/blob/d9620ee93723a59430603e4fba438082ec2d58b6/src/utils.js#L58 Am I correct in assuming that if that line were...

Multi threads are not running in parallel due to the single core. we are not able to scale our lambda function to multi core. Thanks

As stated in #44 this fix should be all it needs to be able to specify the runtime from the input object. I also upgraded the default runtime to the...

This PR aims to resolve all linting issues. As I read the code I saw that `console.log` is used widely to output messages in the terminal. The wast majority of...

This suppresses a warning shown in the terminal.

Addresses #42 Only initial tests are done, exhaustive tests are scheduled WhenIAmFreeTM. Community help on tests are welcomed, please consider this a WIP PR before that. Please do test this...

As you know, AWS released new feature "Provisioned Concurrency". Could this component handle it?

``` vpcConfig: # (optional) lambda vpc configuration. default is null. securityGroupIds: # (optional) lambda vpc security group ids. - xxx - xxx subnetIds: # (optional) lambda vpc subnet ids. -...

We can use ${ssm:} syntax in serverless framework, but I can't find the way to do it with this component. I found out parameter-store component, but it doesn't work ever.