Template to create a CloudTrail trail to log, continuously monitor, and retain account activity related to actions across your AWS infrastructure.
Run $ npm install
$ sls print --profile <aws-profile>
prints all compiled values in serverless.yml file to console$ sls deploy --profile <aws-profile>
deploys stack to dev environment$ sls remove --profile <aws-profile>
removes stack in dev environment
Default values are set to meet PCI Compliance standards Profile: Required AWS profile used for deployment. Maps to .aws/credentials values Region: AWS Region to deploy stack to. Default: us-west-2 Stage: Staging environment. Default: dev IncludeGlobalServiceEvents: Specifies whether the trail is publishing events from global services such as IAM to the log files. Default: true IsMultiRegionTrail: Specifies whether the trail applies only to the current region or to all regions. Default: true