Slide 19
Slide 19 text
{
"Architectures": [
"x86_64"
],
"EphemeralStorage": {
"Size": 512
},
"FunctionName": "anatofuz-XXX",
"Handler": "bootstrap",
"LoggingConfig": {
"LogFormat": "Text",
"LogGroup": "/aws/lambda/anatofuz-XXX"
},
"MemorySize": 128,
"Role": "arn:aws:iam::.......",
"Runtime": "provided.al2023",
"SnapStart": {
"ApplyOn": "None"
},
"Timeout": 10,
"TracingConfig": {
"Mode": "PassThrough"
}
}