Daniel Abib

Results 47 comments of Daniel Abib

I'm a bit skeptical about adding another formatting option here. The table format exists specifically because CloudFormation stack events are inherently structured data with multiple columns (timestamp, resource type, status,...

@mblejano07 I can see you're hitting two distinct issues here. Let me break down what's happening: **The CORS issue:** Even though you've defined CORS in your `Globals.Api` section, you're using...

## Which issue(s) does this change fix? Fixes #1473 ## Why is this change necessary? SAM CLI currently generates OpenAPI/Swagger documents automatically at deploy time, but there's no way to...

@Onolisk Looks like this might be a duplicate of: - [#4198](https://github.com/aws/aws-sam-cli/issues/4198) - Bug: `sam validate` fails to check for required metadata - [#7692](https://github.com/aws/aws-sam-cli/issues/7692) - Bug: sam deploy - AttributeError -...

Hi @phipag! 👋 I'd be happy to help implement priming support for the `powertools-tracing` module. I've reviewed the priming documentation and the reference implementation in `powertools-metrics`, and I have a...

Hi @phipag! Thanks for the feedback and clarifications! I understand the important point about users needing to reference TracingUtils directly to trigger SnapStart priming, and I'll make sure to update...

@Dan2V Thanks for the detailed bug report with the template configurations! This looks like an interesting issue where Type B functions are hanging during the build process. From what I...