@@ -442,7 +442,7 @@ Resources:
442442 UnicornStoreIdeIdeLogGroup7A5EFA50 :
443443 Type : AWS::Logs::LogGroup
444444 Properties :
445- LogGroupName : unicornstore-ide-bootstrap-log-20250615-133708
445+ LogGroupName : unicornstore-ide-bootstrap-log-20250619-133421
446446 RetentionInDays : 7
447447 UpdateReplacePolicy : Retain
448448 DeletionPolicy : Retain
@@ -857,9 +857,9 @@ Resources:
857857 description : Bootstrap IDE
858858 parameters :
859859 BootstrapScript :
860- default : " "
861860 type : String
862861 description : (Optional) Custom bootstrap script to run.
862+ default : " "
863863 mainSteps :
864864 - inputs :
865865 runCommand :
@@ -1120,12 +1120,7 @@ Resources:
11201120 /opt/aws/bin/cfn-signal -e $exit_code '${waitConditionHandleUrl}'
11211121
11221122 exit $exit_code
1123- - domain : " "
1124- extensions : vscjava.vscode-java-pack,ms-azuretools.vscode-docker
1125- waitConditionHandleUrl :
1126- Ref : UnicornStoreIdeIdeBootstrapWaitConditionHandle3D9B67F1
1127- readmeUrl : " "
1128- instanceIamRoleArn :
1123+ - instanceIamRoleArn :
11291124 Fn::GetAtt :
11301125 - UnicornStoreIdeIdeRole81A2CEAA
11311126 - Arn
@@ -1187,6 +1182,11 @@ Resources:
11871182 environmentContentsZip : " "
11881183 terminalOnStartup : " true"
11891184 installGitea : echo bootstrapGitea was not provided
1185+ domain : " "
1186+ extensions : vscjava.vscode-java-pack,ms-azuretools.vscode-docker
1187+ waitConditionHandleUrl :
1188+ Ref : UnicornStoreIdeIdeBootstrapWaitConditionHandle3D9B67F1
1189+ readmeUrl : " "
11901190 name : IdeBootstrapFunction
11911191 action : aws:runShellScript
11921192 DocumentFormat : YAML
@@ -2360,9 +2360,6 @@ Resources:
23602360 Fn::GetAtt :
23612361 - UnicornStoreDatabaseSetupDatabaseSetupFunction83636DD9
23622362 - Arn
2363- SqlStatements : |-
2364- CREATE TABLE IF NOT EXISTS unicorns(id TEXT DEFAULT gen_random_uuid() PRIMARY KEY, name TEXT, age TEXT, size TEXT, type TEXT);
2365- CREATE EXTENSION IF NOT EXISTS vector;
23662363 SecretName :
23672364 Fn::Join :
23682365 - " -"
@@ -2393,6 +2390,9 @@ Resources:
23932390 - Fn::Split :
23942391 - " :"
23952392 - Ref : InfrastructureCorepostgresB0D0C6BB
2393+ SqlStatements : |-
2394+ CREATE TABLE IF NOT EXISTS unicorns(id TEXT DEFAULT gen_random_uuid() PRIMARY KEY, name TEXT, age TEXT, size TEXT, type TEXT);
2395+ CREATE EXTENSION IF NOT EXISTS vector;
23962396 DependsOn :
23972397 - InfrastructureCoreUnicornStoreDatabaseF56884BA
23982398 - InfrastructureCoreUnicornStoreDatabaseSubnets55C412B8
@@ -2454,7 +2454,6 @@ Resources:
24542454 return 'placeholder'
24552455 Environment :
24562456 Variables :
2457- JAVA_TOOL_OPTIONS : -XX:+TieredCompilation -XX:TieredStopAtLevel=1
24582457 SPRING_DATASOURCE_PASSWORD :
24592458 Fn::Join :
24602459 - " "
@@ -2471,6 +2470,7 @@ Resources:
24712470 - :5432/unicorns
24722471 SPRING_DATASOURCE_HIKARI_maximumPoolSize : " 1"
24732472 AWS_SERVERLESS_JAVA_CONTAINER_INIT_GRACE_TIME : " 500"
2473+ JAVA_TOOL_OPTIONS : -XX:+TieredCompilation -XX:TieredStopAtLevel=1
24742474 FunctionName : unicorn-store-spring
24752475 Handler : com.unicorn.store.StreamLambdaHandler::handleRequest
24762476 MemorySize : 2048
@@ -3239,13 +3239,13 @@ Resources:
32393239 Fn::GetAtt :
32403240 - UnicornStoreCodeBuildStartBuildFunctionB2FE9156
32413241 - Arn
3242+ ProjectName :
3243+ Ref : UnicornStoreCodeBuildCodeBuildProjectAF799FF7
3244+ ContentHash : fd70d4491df3a6a44292446f6b364c8a
32423245 CodeBuildIamRoleArn :
32433246 Fn::GetAtt :
32443247 - UnicornStoreCodeBuildCodeBuildRoleB9CE0DE7
32453248 - Arn
3246- ProjectName :
3247- Ref : UnicornStoreCodeBuildCodeBuildProjectAF799FF7
3248- ContentHash : fd70d4491df3a6a44292446f6b364c8a
32493249 DependsOn :
32503250 - UnicornStoreCodeBuildBuildCompleteRuleAllowEventRulespringaistackUnicornStoreCodeBuildReportBuildFunctionA3347B9EB9A35FA4
32513251 - UnicornStoreCodeBuildBuildCompleteRule7E287561
0 commit comments