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
| package com.example.cdk; | |
| import java.util.Arrays; | |
| import java.util.HashMap; | |
| import java.util.Map; | |
| import software.amazon.awscdk.CfnOutput; | |
| import software.amazon.awscdk.CustomResource; | |
| import software.amazon.awscdk.Duration; | |
| import software.amazon.awscdk.Stack; |
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
| { | |
| "Description": "Control Plane Stack of the app ecs-microservice", | |
| "Resources": { | |
| "ecsmicroservicepipelineRole08F29E22": { | |
| "Type": "AWS::IAM::Role", | |
| "Properties": { | |
| "AssumeRolePolicyDocument": { | |
| "Statement": [ | |
| { | |
| "Action": "sts:AssumeRole", |
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
| git clone https://github.com/boto/botocore && cd botocore/botocore/data && find . -type d -depth 1 | sed 's/\.\///' | sort | uniq | |
| Cloning into 'botocore'... | |
| remote: Enumerating objects: 87, done. | |
| remote: Counting objects: 100% (87/87), done. | |
| remote: Compressing objects: 100% (56/56), done. | |
| remote: Total 52806 (delta 40), reused 56 (delta 21), pack-reused 52719 | |
| Receiving objects: 100% (52806/52806), 69.78 MiB | 9.83 MiB/s, done. | |
| Resolving deltas: 100% (34152/34152), done. | |
| accessanalyzer | |
| acm |