Blog Logo
TAGS

AWS Cognito and Web Applications – Protecting and Accessing APIs (JavaScript and .NET Core)

A typical web application consists of a frontend (HTML, JavaScript, CSS), a backend (e.g. REST API) and database for persistence. Token based authentication is a very common way to manage authenticati...

Read more...

Build Serverless application with AWS Amplify, AWS API Gateway, AWS Lambda and Cognito Auth

Serverless is a cloud-native development model that allows developers to build and run applications without having to manage servers. AWS Lambda is a serverless computing service provided by Amazon We...

Read more...

Configure AWS Amplify

In this section we are going to allow our users to login and sign up for our app. To do this we are going to start connecting the AWS resources that we created in the backend section. To do this we’ll...

Read more...

How to Access the User in Lambda Functions (with Amplify)

In this tutorial, you will learn how to get the user who calls the AWS Lambda function. We will use function composition for Express middleware to pass the user to all requests. The tutorial covers ac...

Read more...