Stephen Bawks
Stephen Bawks
Tried creating a new Cloudformation Module today I think Serverless Framework is missing the ability to specify `CAPABILITY_AUTO_EXPAND` which I believe is required to use a Cloudformation Module. ```yaml Resources:...
### Checklist - [X] I agree to the terms within the [Auth0 Code of Conduct](https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md). ### Describe the problem you'd like to have solved I was creating an internal module...
## Issue details I do not see the ability to pass in refresh tokens when creating a `connection` and wondering if that is under some other resource or if that...
**Issue number:** https://github.com/aws-powertools/aws-lambda-powertools-python/issues/2493 ## Summary ### Changes Adding the ability to create authentication using SigV4. ### User experience > Please share what the user experience looks like before and after...
### Use case Certain AWS Services need to be signed with Signature V4. https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-authenticating-requests.html ### Solution/User Experience I am proposing adding a new class that will take in the parameters...
### Is this related to an existing feature request or issue? https://github.com/aws-powertools/powertools-lambda-python/pull/2435 ### Which Powertools for AWS Lambda (Python) utility does this relate to? Other ### Summary A new submodule...