Package io.micronaut.function.aws.event
package io.micronaut.function.aws.event
Event classes to support AWS Lambda lifecycle.
- Since:
- 3.8.0
- Author:
- Vladimir Orany
-
ClassDescriptionThis event is published after the execution of
FunctionExecutor.execute(Object)
andStreamFunctionExecutor.execute(java.io.InputStream, java.io.OutputStream)
methods to allow performing actions before the Lambda function run is finished and the JVM is hibernated.