Cloud Craft Insights

Guiding your path through DevOps, Serverless and Software craftsmanship in the cloud

Visit intenics.io
public
AWS

Oauth 2 for API Gateway using AWS Cognito

When building a 3rd party API, OAuth 2 offers secure, short-lived tokens and granular access. This guide shows how to set up OAuth 2 with AWS Cognito for API Gateway via AWS CDK, removing the need for a custom auth Lambda.

By Denys Burdeniuk
3 days ago
AWS

AWS SDK v3: Putting an Item

AWS SDK v3 is the latest version of the SDK from AWS, offering modularized packages, better performance, and improved developer experience. In this blog post, we'll focus on how to use the AWS SDK for JavaScript v3 to perform a basic operation: putting an item into a DynamoDB table.

By Maik Wiesmüller
7 months ago