Skip to content

Instantly share code, notes, and snippets.

@PaulDuvall
Last active February 13, 2020 21:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PaulDuvall/47c24af2a8136831832cc82b109d7f7b to your computer and use it in GitHub Desktop.
Save PaulDuvall/47c24af2a8136831832cc82b109d7f7b to your computer and use it in GitHub Desktop.
AWSTemplateFormatVersion: "2010-09-09"
Transform: AWS::Serverless-2016-10-31
Description: SAR nested app stack test
Resources:
NestedApp:
Type: AWS::Serverless::Application
Properties:
Location:
ApplicationId: arn:aws:serverlessrepo:us-east-1:297356227824:applications/SecretsManagerRDSMySQLRotationSingleUser
SemanticVersion: 1.1.8
Parameters:
endpoint:
Fn::Sub: https://secretsmanager.${AWS::Region}.amazonaws.com
functionName: RDSMySQLSingleUserRotationLambda
vpcSecurityGroupIds: !ImportValue 'MySecurityGroupLambda'
vpcSubnetIds: !ImportValue 'PrivateSubnet1'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment