umairrahmad
Results
1
issues of
umairrahmad
Here is the yaml configuration for deploying the AWS::Serverless::Application ``` RDSSecretRotationService: Type: "AWS::Serverless::Application" Properties: Location: ApplicationId: arn:aws:serverlessrepo:region:id:applications/SecretsManagerRDSPostgreSQLRotationSingleUser SemanticVersion: 1.0.117 Parameters: endpoint: !Sub "https://secretsmanager.${AWS::Region}.${AWS::URLSuffix}" functionName: Fn::Join: - "" - - Fn::ImportValue:...
enhancement