Skip to content

Instantly share code, notes, and snippets.

@jewelsjacobs
Created July 24, 2023 21:22
Show Gist options
  • Save jewelsjacobs/ee4fc2891fd2bacac542e2801a82efb5 to your computer and use it in GitHub Desktop.
Save jewelsjacobs/ee4fc2891fd2bacac542e2801a82efb5 to your computer and use it in GitHub Desktop.
Load Console Data README

Load Console Data

Gets console data for the undocumented APIs that are used by the AWS Management Console

Requirements:

Change account to Master Account

export AWS_DEFAULT_PROFILE=(dev|appdev|test|prod)-jenkinsdeploymentuser

Check template

cfn_nag_scan --input-path template.yaml
cfn-lint template.yaml

Build

sam build --config-env (dev|appdev|test|prod)

Package

sam package --config-env (dev|appdev|test|prod)

Deploy Serverless Application

sam deploy --config-env (dev|appdev|test|prod)

Cleanup

$ aws cloudformation delete-stack --region us-east-1 --stack-name LoadConsoleData
$ aws cloudformation describe-stack-events --region us-east-1 --stack-name LoadConsoleData
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment