aws-lambda
aws-lambda copied to clipboard
⚡ Deploy AWS Lambda functions in seconds with Serverless Components.
I find https://github.com/serverless-components/aws-lambda-cron this component for cronjob specifically, but it doesn't provide the option to run VPC Lambda again. Why can't we combine these into one component?
If I make a lambda function, without specifying the role in the serverless.yml config file, a default role is created. If I modify the permissions of this role, then redploy,...
I'm trying to add a layer to my lambda, but the following doesn't appear to have any effect: ```yaml component: '@serverless/aws-lambda' inputs: code: ./ handler: handler.info description: Info endpoint for...
Under Node.js 10, a `node_modules` directory in the `code` produces a layer for dependencies. However, this does not happen on the latest, v12 Node runtime.
Hi @eahefnawy, as I mentioned in our conversation, the monorepo project organization is a pretty practical way to organize an entire project so I wanted to discuss this a little...
Is it currently possible to add lambda lambdas to a User pool as triggers? (e.i. PostConfirmation, PreSignUp, etc.)
Hi! When this component packages files for deployment, it doesn't preserve file permissions. That's an issue for the go lambda runtime as the lambda handler is an executable that needs...
Ideally I'd like to have a mechanism to set common tags from the root level which are inherited to the components (and then can be overwritten if necesary). Nevertheless the...
We want to be able to apply tags to lambda functions. ``` inputs: tags: cost-center: 12345 owner: cloud-acceleration ``` Then the tags object would be passed to the aws-sdk under...