Super Speed Spring Boot Native with GraalVM on Lambda
Enjoy sub 500ms cold starts and significantly less memory and CPU utilisation with GraalVM native images. TL;DR Finally, Spring Boot on…
Enjoy sub 500ms cold starts and significantly less memory and CPU utilisation with GraalVM native images. TL;DR Finally, Spring Boot on…
My goto serverless stack for super speed to production web applications, and RESTful APis, is CloudFront, S3, API Gateway, and Lambda…
Without a good rollout and rollback strategy, there is greater risk of releasing breaking changes or broken software that impacts all users…
Control AWS DynamoDB encryption by using a Customer managed customer master key (CMK) to encrypt data at rest using server side encryption…
Use an OpenAPI specification to define API Gateway APIs. This is good practice because: The specification forces you to think about the…
Use an API Gateway Resource Policy to allow access to your APIs only from certain IPs. This is a handy approach for locking down your non…