@@ -440,7 +440,7 @@ Resources:
440440 UnicornStoreIdeIdeLogGroup7A5EFA50 :
441441 Type : AWS::Logs::LogGroup
442442 Properties :
443- LogGroupName : unicornstore-ide-bootstrap-log-20250614-180643
443+ LogGroupName : unicornstore-ide-bootstrap-log-20250614-193115
444444 RetentionInDays : 7
445445 UpdateReplacePolicy : Retain
446446 DeletionPolicy : Retain
@@ -855,9 +855,9 @@ Resources:
855855 description : Bootstrap IDE
856856 parameters :
857857 BootstrapScript :
858+ description : (Optional) Custom bootstrap script to run.
858859 default : " "
859860 type : String
860- description : (Optional) Custom bootstrap script to run.
861861 mainSteps :
862862 - inputs :
863863 runCommand :
@@ -1118,17 +1118,7 @@ Resources:
11181118 /opt/aws/bin/cfn-signal -e $exit_code '${waitConditionHandleUrl}'
11191119
11201120 exit $exit_code
1121- - waitConditionHandleUrl :
1122- Ref : UnicornStoreIdeIdeBootstrapWaitConditionHandle3D9B67F1
1123- readmeUrl : " "
1124- instanceIamRoleArn :
1125- Fn::GetAtt :
1126- - UnicornStoreIdeIdeRole81A2CEAA
1127- - Arn
1128- splashUrl : " "
1129- instanceIamRoleName :
1130- Ref : UnicornStoreIdeIdeRole81A2CEAA
1131- codeServerVersion : 4.100.3
1121+ - codeServerVersion : 4.100.3
11321122 customBootstrapScript : |
11331123 date
11341124
@@ -1185,6 +1175,16 @@ Resources:
11851175 installGitea : echo bootstrapGitea was not provided
11861176 domain : " "
11871177 extensions : vscjava.vscode-java-pack,ms-azuretools.vscode-docker
1178+ waitConditionHandleUrl :
1179+ Ref : UnicornStoreIdeIdeBootstrapWaitConditionHandle3D9B67F1
1180+ readmeUrl : " "
1181+ instanceIamRoleArn :
1182+ Fn::GetAtt :
1183+ - UnicornStoreIdeIdeRole81A2CEAA
1184+ - Arn
1185+ splashUrl : " "
1186+ instanceIamRoleName :
1187+ Ref : UnicornStoreIdeIdeRole81A2CEAA
11881188 name : IdeBootstrapFunction
11891189 action : aws:runShellScript
11901190 DocumentFormat : YAML
@@ -1506,6 +1506,9 @@ Resources:
15061506 UnicornAgentEcsClusterunicornspringaiagentEcrRepository0F61DB80 :
15071507 Type : AWS::ECR::Repository
15081508 Properties :
1509+ EmptyOnDelete : true
1510+ ImageScanningConfiguration :
1511+ ScanOnPush : false
15091512 RepositoryName : unicorn-spring-ai-agent
15101513 UpdateReplacePolicy : Delete
15111514 DeletionPolicy : Delete
@@ -1831,6 +1834,9 @@ Resources:
18311834 UnicornStoreEcsClusterunicornstorespringEcrRepository677E0768 :
18321835 Type : AWS::ECR::Repository
18331836 Properties :
1837+ EmptyOnDelete : true
1838+ ImageScanningConfiguration :
1839+ ScanOnPush : false
18341840 RepositoryName : unicorn-store-spring
18351841 UpdateReplacePolicy : Delete
18361842 DeletionPolicy : Delete
@@ -2446,12 +2452,6 @@ Resources:
24462452 return 'placeholder'
24472453 Environment :
24482454 Variables :
2449- SPRING_DATASOURCE_PASSWORD :
2450- Fn::Join :
2451- - " "
2452- - - "{{resolve:secretsmanager:"
2453- - Ref : InfrastructureCorepostgresB0D0C6BB
2454- - :SecretString:password::}}
24552455 SPRING_DATASOURCE_URL :
24562456 Fn::Join :
24572457 - " "
@@ -2463,6 +2463,12 @@ Resources:
24632463 SPRING_DATASOURCE_HIKARI_maximumPoolSize : " 1"
24642464 AWS_SERVERLESS_JAVA_CONTAINER_INIT_GRACE_TIME : " 500"
24652465 JAVA_TOOL_OPTIONS : -XX:+TieredCompilation -XX:TieredStopAtLevel=1
2466+ SPRING_DATASOURCE_PASSWORD :
2467+ Fn::Join :
2468+ - " "
2469+ - - "{{resolve:secretsmanager:"
2470+ - Ref : InfrastructureCorepostgresB0D0C6BB
2471+ - :SecretString:password::}}
24662472 FunctionName : unicorn-store-spring
24672473 Handler : com.unicorn.store.StreamLambdaHandler::handleRequest
24682474 MemorySize : 2048
@@ -3194,12 +3200,12 @@ Resources:
31943200 Description : Build complete
31953201 EventPattern :
31963202 detail :
3197- project-name :
3198- - Ref : UnicornStoreCodeBuildCodeBuildProjectAF799FF7
31993203 build-status :
32003204 - SUCCEEDED
32013205 - FAILED
32023206 - STOPPED
3207+ project-name :
3208+ - Ref : UnicornStoreCodeBuildCodeBuildProjectAF799FF7
32033209 detail-type :
32043210 - CodeBuild Build State Change
32053211 source :
@@ -3231,13 +3237,13 @@ Resources:
32313237 Fn::GetAtt :
32323238 - UnicornStoreCodeBuildStartBuildFunctionB2FE9156
32333239 - Arn
3240+ ContentHash : fd70d4491df3a6a44292446f6b364c8a
32343241 CodeBuildIamRoleArn :
32353242 Fn::GetAtt :
32363243 - UnicornStoreCodeBuildCodeBuildRoleB9CE0DE7
32373244 - Arn
32383245 ProjectName :
32393246 Ref : UnicornStoreCodeBuildCodeBuildProjectAF799FF7
3240- ContentHash : fd70d4491df3a6a44292446f6b364c8a
32413247 DependsOn :
32423248 - UnicornStoreCodeBuildBuildCompleteRuleAllowEventRulespringaistackUnicornStoreCodeBuildReportBuildFunctionA3347B9EB9A35FA4
32433249 - UnicornStoreCodeBuildBuildCompleteRule7E287561
0 commit comments