will Farrell

Results 170 comments of will Farrell
trafficstars

Sorry everyone for taking so long. @garbin the latest version has been fixed, there was a breaking change in the core module. Can you try the latest version?

+1 for promises `sh.cp(...).then(function (data) { ... })` seems to be the standard these days.

Oops, good catch. `macie_baselines.tf_` needs to be deleted. It's a regional service, but is managed globally, just like S3. I'll clean up, give me a few.

I'll do some more testing, I'm still pretty new to Macie myself. I'm setup with a management account with multiple sub-accounts. When I was building it and trying to enable...

What version of API Gateway are you using? REST (v1), HTTP (v2) The following paths are used: REST: event.path HTTP: event.requestContext.http.path Can you provide a sample event as well please....

`routeKey` returns the allowed method, not the request method and could be `ANY` (https://docs.aws.amazon.com/lambda/latest/dg/services-apigateway.html#apigateway-example-event). This change would be a breaking change for everyone using it with HTTP events, it might...

Another thought, stage might not be prefixed on all HTTP events like when used with ALB or Lambda Function URL.

I'm going to leave this open for now. We haven't discussed our approach to what will go on integration pages yet internally. this page may disappear.

We've opted to remove CDK from our docs for being out of scope. The AWS Powertools team is already doing a great job documenting this. Thanks for taking the time...

Would you like to open a PR to add this to `core`?