Richard Boyd

Results 6 issues of 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...

area/resource/api
type/feature
maintainer/need-response

### 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...

contributors/good-first-issue
area/examples
contributors/welcome
area/init
type/feedback

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...

feature-request
needs-review

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...

feature request

**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...

type/feature
area/globals

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...

enhancement