Skip to content

Commit

Permalink
Forgot some line breaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
amazon-meaisiah committed Jun 8, 2020
1 parent 2b524d2 commit b177a9e
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions dev-portal/example-deployer.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
// Here's how you set this up:
//
// 1. Replace YOUR_LAMBDA_ARTIFACTS_BUCKET_NAME with the name of the bucket you created in step 3 of the dev setup.
// 2. Replace 'CUSTOM_PREFIX' in the properties that have it with your name, your org name, or some other unique identifier. For the S3 buckets and the Cognito user pool domain prefix, they must be globally unique. For the CloudFormation stack name, it need only be unique to all stacks deployed to your account.
// 3. Set any other optional parameters as desired. For the DynamoDB tables, their names must be unique to all DynamoDB tables within your account.
// 1. Replace YOUR_LAMBDA_ARTIFACTS_BUCKET_NAME with the name of the bucket you created in step 3
// of the dev setup.
// 2. Replace 'CUSTOM_PREFIX' in the properties that have it with your name, your org name, or some
// other unique identifier. For the S3 buckets and the Cognito user pool domain prefix, they
// must be globally unique. For the CloudFormation stack name, it need only be unique to all
// stacks deployed to your account.
// 3. Set any other optional parameters as desired. For the DynamoDB tables, their names must be
// unique to all DynamoDB tables within your account.
// 4. Save the file.
//
// Note: these configuration parameters are *not* the same as the SAM template parameters - the names differ and the behavior in many areas also differ. Furthermore, some SAM template parameters like `StaticAssetsRebuildToken` are handled automatically internally and cannot be configured.
Expand Down

0 comments on commit b177a9e

Please sign in to comment.