Learn how to create an access-token based Cognito Authorizer in API Gateway. The default Cognito Authorizers are ID token based.
Tag: API
AWS Lambda Function URLs
In April 2022, AWS made a powerful addition to Lambda: Function URLs. Learn all about them in this post, from enablement to configuration and best practices.
How to use cookies in backend API calls
Getting a 302 status code with the “Object moved to here” response when making an API call? Perhaps you are missing a cookie. Learn how to fix that.