Skip to content

Commit

Permalink
changing dockerfile with snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
shikha372 committed Mar 8, 2025
1 parent 30b535a commit 5e1d22a
Show file tree
Hide file tree
Showing 31 changed files with 16,273 additions and 8,697 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,58 +1,5 @@
{
"Resources": {
"tsdecoratorhandlercustomuserServiceRole8F13908A": {
"Type": "AWS::IAM::Role",
"Properties": {
"AssumeRolePolicyDocument": {
"Statement": [
{
"Action": "sts:AssumeRole",
"Effect": "Allow",
"Principal": {
"Service": "lambda.amazonaws.com"
}
}
],
"Version": "2012-10-17"
},
"ManagedPolicyArns": [
{
"Fn::Join": [
"",
[
"arn:",
{
"Ref": "AWS::Partition"
},
":iam::aws:policy/service-role/AWSLambdaBasicExecutionRole"
]
]
}
]
}
},
"tsdecoratorhandlercustomuser7462DFDD": {
"Type": "AWS::Lambda::Function",
"Properties": {
"Code": {
"S3Bucket": {
"Fn::Sub": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}"
},
"S3Key": "659fc275dc398d5f03ea5459bcc3898cca70adfa711dd30a29d749215d2990cb.zip"
},
"Handler": "index.handler",
"Role": {
"Fn::GetAtt": [
"tsdecoratorhandlercustomuserServiceRole8F13908A",
"Arn"
]
},
"Runtime": "nodejs18.x"
},
"DependsOn": [
"tsdecoratorhandlercustomuserServiceRole8F13908A"
]
},
"tsdecoratorhandlerrootuserServiceRole7E60BF99": {
"Type": "AWS::IAM::Role",
"Properties": {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5e1d22a

Please sign in to comment.