CloundFormationのカスタムリソースとは、ユーザーが任意のリソースタイプ名を定義し、CloudFormationスタックとして利用できる機能です。一方、AWS Lambda-backedカスタムリソースは、AWS Lambdaファンクションと関連付けることができるカスタムリソースで、CloudFormation ...
AWS LambdaをCloudFormationで構築するときのテンプレートの記述要領については、連載「AWSで実践! 基盤構築・デプロイ自動化」の第42回を参照してください。事前にLambdaをデプロイするためにビルドされたアプリケーションパッケージを配置するS3バケットを作成 ...
Turns out Java can do serverless right — with GraalVM and Spring, cold starts are tamed and performance finally heats up.
Method references are a shorthand way to write lambda expressions that call a single method. Rather than implementing a method in a functional interface, a method reference simply points to an ...