Michael

Results 4 comments of Michael

@christopheblin I've just wrapped up a project where we implemented CI/CD using SAM tooling. I recommend part of the build process (whether manual or automated) include a step to publish...

SAM Local runs under whatever AWS credentials are local on your system. So, if your dev team wants to utilize SAM Local, and your app accesses deployed AWS resources (such...

The thing about IAM Roles, is that SAM Local doesn't create any IAM Roles. If you're running SAM Local without first deploying via SAM (cloudformation package command), then those IAM...

This issue is a bit old, but I want to chime in that I have the same issue when compiling an ESM library that is dependent on aws4-axios. The error...