AWS Lambda로 구축하는 서버리스 애플리케이션
Claudio Canales
Senior DevOps Engineer
콜드 스타트
웜 스타트
import boto3 sts = boto3.client("sts") def handler(event, context): return sts.get_caller_identity()
/tmp