My next events:
đź—“ Apr 04 16:30 JDevSummitIL Getting Started with the Micronaut Framework

Tag: aws

Serverless monolith

Jan 2023, 11 -

A serverless monolith is an architecture easy to reason about, scales on demand, and boosts developer productivity.

Install AWS CDK CLI

Sep 2022, 29 -

To install AWS CDK CLI in MacOS you need to install npm first.

Micronaut® framework 2: AWS Lambda Functions

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.