aws-sdk-extra
aws-sdk-extra copied to clipboard
The AWS SDK + a handful of extra convenience methods.
I was debugging my fork of `aws-lambda` Serverless Component and traced into this one. I think it could be simplified a bit to reduce cognitive load when stack tracing.
To resolve https://github.com/serverless-components/graphql/issues/23
I think this library could be more user-friendly and approachable if the function names included service whenever relevant. For example: `getRoleArn()` => `getIamRoleArn()` `deployDistribution()` => `deployCloudFrontDistribution()`
REF: https://aws.amazon.com/blogs/developer/modular-packages-in-aws-sdk-for-javascript/
Add these options to deployLambda. They require separate API/SDK calls. The place to add them is after the first create or update call.
Hi, I believe this is the right repo to post this. When specifying the the auth option for OpenID in the serverless graphql component, I get an error saying: "BadRequestException:...