Tag: aws
Serverless monolith
A serverless monolith is an architecture easy to reason about, scales on demand, and boosts developer productivity.
Feedback from AWS Lambda with Micronaut Framework workshop in London.
On October 5th, I taught an AWS Lambda with Micronaut Framework workshop in London.
đź“Ľ Micronaut Framework y AWS Lambda
Video of my talk at Barcelona JUG about Micronaut framework and AWS Lambda. The talk is in Spanish.
Install AWS CDK CLI
To install AWS CDK CLI in MacOS you need to install npm first.
How to build a GraalVM Native executable of a Micronaut application from an Apple Silicon Mac and deploy it to AWS Lambda ARM architecture.
This post highlights the necessary changes to the application build to deploy a GraalVM Native executable to AWS Lambda Custom Runtime with an arm64 architecture.
GraalVM Native executable fo a Micronaut application with AWS CDK, AWS Lambda (Custom Runtime), and function URL.
Generate and deploy a Micronaut Application as a GraalVM Native executable with a multi-project build with CDK and a Lambda function associated with an HTTP(s) endpoint via a function URL.
Micronaut Framework AWS CDK, AWS Lambda (Java Runtime), and function URLs
Generate a Micronaut Application with a multi-project build with CDK and a Lambda function associated with an HTTP(s) endpoint via a function URL.
London Workshop about AWS Lambda and the Micronaut Framework
I will be delivering a workshop in the AWS London offices next week.
How to signup to a AWS Account?
Create a new AWS Account
Free Course at AWS Dublin office for AWS Lambda and Micronaut
I am excited to be part of this in-person event. It is an excellent opportunity to showcase Micronaut integration with AWS Lambda.
Micronaut® Framework and AWS Lambda
This talk introduces the Micronaut framework integration with AWS Lambda.
Groovy Grape script to fetch a AWS Code Artifact token
I find Grape really powerful to prototype.
đź“– Secret Rotation - Micronaut AWS Lambda and Secrets Manager
Micronaut Lambda function to rotate a secret saved in AWS Secrets Manager
Static Website Hosting with AWS
CloudFront, S3, AWS Certificate Manager and Route53
đź“– Micronaut AWS Lambda and a Cron job
Learn how to a scheduled expression with Event Bridge trigger to execute a Micronaut AWS Lambda every 5 minutes
đź“– Generate thumbnails with Micronaut AWS Lambda and a S3 Notification trigger
Learn how to generate thumbnails for images uploaded to an S3 bucket with AWS Lambda and Micronaut® framework
CodePipeline for a Micronaut application Docker image
Continuous deployment - CodePipeline: Github → CodeBuild → ECR → Elastic Beanstalk
CodePipeline for a Docker image of the Micronaut application GraalVM Native Image
Continuous deployment - CodePipeline: Github → CodeBuild → GraalVM Native Image → ECR → Elastic Beanstalk
AWS CodeBuild Buildspec.yml example for Gradle and a Micronaut Application
I often use CodeBuild to build Micronaut appliations built with Gradle. This post includes an example of a buildspec.yml file.
Host and IP Resolution in a Micronaut application with Load Balancer and Elastic Beanstalk
Leverage Micronaut APIs to resolve Host and IP when running behind a Elastic Load Balancer
👨🏻‍🏫 Integrating Micronaut apps with AWS
I will be teaching a Micronaut / Amazon Web Services workshop at the end of May.
(Public Speaking) Developing AWS Lambda Functions with Micronaut
I will be talking at Cloud Conference Rio de Janerio about how to write AWS Lambda functions with Micronaut
Micronaut® framework 2: AWS Lambda Functions
Micronaut® framework 2 brings improvements to the way you write AWS Lambda functions. There are several things to consider (what's is your Lambda trigger, are you able to write a GraalVM Native Image of the function) which define what dependencies do you need, what is your handler, how to mitigate cold startup.
Madrid GUG - Upload Groovy code to AWS Lambda function and API Gateway
Slides from my talk at Madrid Groovy User Group