In this blog, you will get a short introduction into AWS Step Functions. You will also create a workflow from scratch with a lambda. The output of the lambda will be transformed so that it can be used in the workflow.
Continue reading “An Introduction to AWS Step Functions”An Introduction to AWS Serverless Application Model
In this blog, the AWS Serverless Application Model (AWS SAM) is introduced. You will learn what SAM is and where it can be used for. You will also get your hands dirty, because you will create an AWS SAM project from scratch. Enjoy!
Continue reading “An Introduction to AWS Serverless Application Model”How to Secure AWS API Gateway With Cognito User Pool
In this blog, you will learn how to configure an AWS API Gateway backed by an AWS Java Lambda. Next, you will learn how to secure the API by means of an AWS Cognito User Pool. Enjoy!
Continue reading “How to Secure AWS API Gateway With Cognito User Pool”AWS Lambda Versions and Aliases Explained By Example
In this blog, you will learn how to use AWS Lambda versions and aliases by means of a Java example. You will create a simple AWS Java Lambda, create several versions for it and you will learn how to use aliases for your environments. Enjoy!
Continue reading “AWS Lambda Versions and Aliases Explained By Example”How to Deploy a Spring Cloud Function on AWS Lambda
In this post, we will create a Spring Cloud Function and create some unit tests for it. We will do so by creating a function with Bean definition and with the functional style. At the end, we will deploy the function on AWS Lambda.
Continue reading “How to Deploy a Spring Cloud Function on AWS Lambda”