In this post, we’ll show how to use the Jenkins pipeline to push artifacts to AWS CodeArtifact. · Prerequisites· Overview∘ What is AWS CodeArtifact?∘ Why use AWS CodeArtifact?· Setting Up
Category: AWS
In this post, we’ll explain how to add custom attributes in the user token AWS Cognito claims using the Pre-Token Generation lambda trigger. · Prerequisites· Overview· Amazon Cognito
In this post, we’ll explain step by step how to send templated emails with Amazon SES. · Prerequisites· Overview∘ What is Amazon SES?∘ Why use Amazon SES?· Setting Up Amazon
In this post, we’ll learn how to build authentication Rest API using Node.js, Express.js, and AWS Cognito. · Prerequisites· Overview∘ What is AWS CloudFormation?∘ What Is Amazon Cognito?· Amazon Cognito
Separation of configuration and code is one of the best practices that every application should incorporate to guarantee the security of secrets and credentials. In
In this post, we’re going to implement a reactive REST API using Spring WebFlux and AWS DynamoDB. · Prerequisites· Setting Up DynamoDB in AWS Console· Spring WebFlux API∘ Creating
In this post, we are going to explore how to use AWS S3 with Asynchronous programming using Spring WebFlux Rest API. · Prerequisites· Overview∘ What is Amazon S3?∘ Setting
In this post, we’ll show how to configure and deploy your Angular SPA application to Amazon S3 with GitHub Actions. Prerequisites This is the list
In this post, we’ll implement a sample REST API that uses Spring Data R2DBC with PostgreSQL Database on Amazon Relational Database Service. Overview The Reactive
In the previous story, we introduced multi-tenancy models with AWS Cognito. We have chosen the multi-tenant approach based on user pools. In this story, we are