The goal of the project is to demonstrate the use of spring boot + Spring Cloud Function to write a lambda for aws cloud provider.
An interesting part in my opinion are examples of writing unit tests for lambdas.
While experimenting I writes notes about interesting features here
See official documentation about Spring Cloud Function
mvn clean package
aws s3 mb s3://some_unique_name
sam deploy \
--s3-bucket s3_name \
--stack-name stack-name \
--capabilities CAPABILITY_IAM
aws cloudformation delete-stack --stack-name stack-name