Skip to content

Instantly share code, notes, and snippets.

@wataruoguchi
Last active May 23, 2019 04:35
Show Gist options
  • Save wataruoguchi/38db0248306f5cdde5d56374589cdc00 to your computer and use it in GitHub Desktop.
Save wataruoguchi/38db0248306f5cdde5d56374589cdc00 to your computer and use it in GitHub Desktop.
{
"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