Skip to content

Commit ffc0a27

Browse files
author
Eldyn Castillo
committed
fixed requirements
1 parent 0937d8c commit ffc0a27

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/appmesh-ecs/app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
appmesh_stack = AppMeshStack(app, "AppMeshStack")
1414
ecr_stack = ECRStack(app, "ECRStack")
1515
appmesh_colorapp_stack = ServiceMeshColorAppStack(app, "AppmeshColorappStack")
16-
1716
colorapp_task_definition_stack = ColorAppTaskDefinitionStack(app, "ColorAppTaskDefinitionStack",env={
1817
'account': os.getenv('CDK_DEFAULT_ACCOUNT'),
1918
'region': os.getenv('CDK_DEFAULT_REGION')

0 commit comments

Comments
 (0)