UNPKG

aws-cdk

Version:

CDK Toolkit, the command line tool for CDK apps

17 lines (16 loc) 277 B
{ "Resources": { "Func": { "Type": "AWS::Lambda::Function", "Properties": { "Code": { "S3Bucket": "current-bucket", "S3Key": "new-key" } }, "Metadata": { "aws:asset:path": "old-path" } } } }