aws / aws-toolkit-visual-studio

AWS Toolkit for Visual Studio - a plugin to interact with AWS
https://aws.amazon.com/visualstudio/
Apache License 2.0
106 stars 29 forks source link

Add support for deploying Nested Applications #109

Open Delphenium opened 4 years ago

Delphenium commented 4 years ago

Issue: There appears to be no way deploy a nested application

Using a nested local application referenced in the template as documented here: https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-template-nested-applications.html requires the "CAPABILITY_AUTO_EXPAND" capability to be specified as documented here: https://docs.aws.amazon.com/serverlessrepo/latest/devguide/acknowledging-application-capabilities.html

There does not appear to be a way to specify this using the AWS Tookit for Visual Studio. Since there is a hard limit 200 of resources, its seems there is no way to deploy an application using the toolkit with more than 200 resources.

To reproduce

  1. Specify A.yaml to use in aws-lambda-tools-defaults.json
  2. In A.yaml, reference B.yaml locally, using a resource of type: AWS::Serverless::Application
Emad-ElFaramawi commented 3 years ago

HI AWS Team, Kindly any update for this issue