Last active
May 23, 2019 04:35
-
-
Save wataruoguchi/38db0248306f5cdde5d56374589cdc00 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"FunctionName": "transcode-video", | |
"FunctionArn": "arn:aws:lambda:us-east-1:000000000000:function:transcode-video", | |
"Runtime": "nodejs10.x", | |
"Role": "arn:aws:iam::000000000000:role/lambda-s3-execution-role", | |
"Handler": "index.handler", | |
"CodeSize": 26312199, | |
"Description": "", | |
"Timeout": 3, | |
"MemorySize": 128, | |
"LastModified": "2019-05-16T00:00:00.000+0000", | |
"CodeSha256": "xxxxxxxxxx", | |
"Version": "$LATEST", | |
"TracingConfig": { | |
"Mode": "PassThrough" | |
}, | |
"RevisionId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment