- Hands-On Serverless Applications with Kotlin
- Hardik Trivedi Ameya Kulkarni
- 40字
- 2025-02-26 15:24:31
Context object
The context object provides methods to interact with the Lambda execution environment. The context object provides access to the following properties (by using a getter, of course):
- Logger
- MemoryLimitInMB
- FunctionName
- FunctionVersion
- InvokedFunctionArn
- AwsRequestId
- LogStreamName
- LogGroupName
- ClientContext
- Identity
- RemainingTimeInMillis