backend
backend copied to clipboard
Easily host entire web applications on a single AWS Lambda function using Serverless Components
Making the domain attribute accept both: and array with `[subdomain, domain]`, and the current string; will make it compatible with other serverless components like [serverless-nextjs-component](https://github.com/danielcondemarin/serverless-next.js/tree/master/packages/serverless-nextjs-component) I can make the change...
Issue: Getting `AccessDenied: User: arn:aws:sts::XXXXXXXXXXXXXX:assumed-role/XXXXXXXX is not authorized to perform: iam:CreateRole on resource: arn:aws:iam::XXXXXXXXXX:role/` I think it is ideal to provide an ability for specifying a `role name` that already...
Hello, I tried to pass permissions inputs to the components but the authorized actions remains `dynamodb:*` and `logs:*` any way to add others permissions (`s3:*` in my case) ?
why shim
I had an issue when deployed on AWS related to shim dependency, is there any reason we use it? can it be optional?
Currently, I saw the index.js handler is hardcoded, it would be nine if this can be configurable.