Serverless monolith
Jan 2023, 11 -
A serverless monolith is an architecture easy to reason about, scales on demand, and boosts developer productivity.
Jan 2023, 11 -
A serverless monolith is an architecture easy to reason about, scales on demand, and boosts developer productivity.
Nov 2022, 18 -
On October 5th, I taught an AWS Lambda with Micronaut Framework workshop in London.
Oct 2022, 13 -
Video of my talk at Barcelona JUG about Micronaut framework y AWS Lambda. The talk is in Spanish.
Sep 2022, 29 -
To install AWS CDK CLI in MacOS you need to install npm first.
Sep 2022, 29 -
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.
Sep 2022, 29 -
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.
Sep 2022, 29 -
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.
Sep 2022, 29 -
I will be delivering a workshop in the AWS London offices next week.
Jun 2022, 20 -
Create a new AWS Account
May 2022, 03 -
I am excited to be part of this in-person event. It is an excellent opportunity to showcase Micronaut integration with AWS Lambda.
Jan 2022, 28 -
This talk introduces the Micronaut framework integration with AWS Lambda.
Oct 2021, 18 -
I find Grape really powerful to prototype.
Aug 2021, 10 -
Micronaut Lambda function to rotate a secret saved in AWS Secrets Manager
Aug 2021, 06 -
CloudFront, S3, AWS Certificate Manager and Route53
May 2021, 29 -
Learn how to a scheduled expression with Event Bridge trigger to execute a Micronaut AWS Lambda every 5 minutes
May 2021, 29 -
Learn how to generate thumbnails for images uploaded to an S3 bucket with AWS Lambda and Micronaut® framework
May 2021, 25 -
Continuous deployment - CodePipeline: Github → CodeBuild → GraalVM Native Image → ECR → Elastic Beanstalk
May 2021, 25 -
Continuous deployment - CodePipeline: Github → CodeBuild → ECR → Elastic Beanstalk
May 2021, 24 -
I often use CodeBuild to build Micronaut appliations built with Gradle. This post includes an example of a buildspec.yml file.
Apr 2021, 25 -
Leverage Micronaut APIs to resolve Host and IP when running behind a Elastic Load Balancer
Apr 2021, 24 -
I will be teaching a Micronaut / Amazon Web Services workshop at the end of May.
Sep 2020, 30 -
I will be talking at Cloud Conference Rio de Janerio about how to write AWS Lambda functions with Micronaut
Sep 2020, 01 -
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.
Nov 2016, 09 -
Slides from my talk at Madrid Groovy User Group