AWS

AWS Lambda SingletonFunction

Kyle79 2021. 7. 1. 12:18

 

 

https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-lambda.SingletonFunction.html

 

class SingletonFunction (construct) · AWS CDK

# class SingletonFunction (construct)

docs.aws.amazon.com

 

 

 

 

https://stackoverflow.com/questions/59684014/singleton-instance-lifecycle-in-aws-lambda-function-python

 

Singleton instance lifecycle in AWS Lambda function (Python)

If I create a singleton instance in Lambda, and set lambda timeout to 30s. Upon next invocation, would I get the same singleton instance or a new one if same container is used. I am creating this

stackoverflow.com

 

 

 

 

 

'AWS' 카테고리의 다른 글

AWS Pinpoint  (0) 2021.07.15
AWS Lambda 계층 with chrome  (0) 2021.07.12
AWS RDS sharding  (0) 2021.07.01
AWS2 ECR Login  (0) 2021.05.28
Using the Amazon SageMaker Studio Image Build  (0) 2021.05.25