Richard Boyd
Richard Boyd
I would like to be able to use SAM to directly proxy requests from API Gateway to DynamoDB. It feels like Lambda sits at the center of SAM and almost...
### Describe your idea/feature/enhancement I would like for the generated template when running "sam init ..." to include at least one environment variable in the Lambda function, an env_vars.json with...
Botocore Sigv4 signs all AWS API Requests. It should expose the ability to sign arbitrary https requests. API Gateway has an AWS_IAM auth mechanism and this results in needed to...
Sorry, this doesn't really fit the issue template. It would be awesome if the template had a section called something like "Variables" where I could alias a large !Sub or...
**Description:** When I use ```yaml Globals: Function: Timeout: 30 Api: EndpointConfiguration: REGIONAL Cors: "'*'" Auth: DefaultAuthorizer: MyLambdaRequestAuthorizer Authorizers: MyLambdaRequestAuthorizer: FunctionPayloadType: REQUEST FunctionArn: !GetAtt AuthorizerFunction.Arn Identity: Headers: - Authorization ReauthorizeEvery: 100...
I'm not using the template on this one because it cuts across many services/resources/etc..... If a resource has an Arn, Fn::GetAtt [myResource, Arn] should return said Arn. If I get...