Richard Boyd

Results 23 comments of Richard Boyd

My goal was to make the API Integrations mimic the boto3 sdk calls so if you wanted an API that listed route53 hostedzones, it would look like GetMethod: Type: AWS::ApiGateway::Method...

Was planning something like this. Can extend it to all of the runtimes if it looks good. Also used 'real' logging instead of print statements. https://github.com/rhboyd/aws-sam-cli/commit/b548081a3d921fe4416d062ce4eb74f27ff1b260

Awesome. I’ll send over a draft PR soon > On Aug 5, 2019, at 6:48 PM, Alex Wood wrote: > > I actually like the idea of this for explaining...

Wow! That looks like it solves my problem. But I still think the short form should work when I add the Auth information. The SAM Macro has all of the...

I'm working on one better. In the next release I'm developing a feature than you can use to mark accounts as "unmonitored" and it will automatically unsubscribe them from the...

It’s used here https://github.com/aws-samples/aws-cdk-examples/blob/0612ac04cbfe46831ed4f077b38194d649a8fdea/java/my-widget-service/src/main/java/software/amazon/awscdk/examples/MyWidgetServiceStack.java#L41 > On Feb 3, 2020, at 10:14 PM, Dave Moten wrote: > >  > https://github.com/aws-samples/aws-cdk-examples/blob/0612ac04cbfe46831ed4f077b38194d649a8fdea/java/my-widget-service/src/main/java/software/amazon/awscdk/examples/MyWidgetServiceStack.java#L38-L42 > > The above variable restApiRole is not used anywhere....

My bad. I misread your email and thought you said the variable above RestAPI Role. I assume that someone changed the example from an APIGW service integration to a Lambda...

They probably tried to copy this example, then gave up. https://github.com/aws-samples/aws-cdk-examples/blob/master/python/my-widget-service/my_widget_service/my_widget_service_stack.py#L23 Sent from my iPad > On Feb 3, 2020, at 10:14 PM, Dave Moten wrote: > >  >...

Full disclosure: this probably won't be prioritized for this repository. This repo serves as examples for how similar constructs are created in various languages and there isn't much value to...

Because this is an experimental module, you would most likely need to use the underlying L1 Constructs to build an API Gateway HTTP API. Given that the feature itself is...