aws / aws-sam-cli-pipeline-init-templates

MIT No Attribution
44 stars 39 forks source link

Mark some questions autofillable #27

Closed aahung closed 3 years ago

aahung commented 3 years ago

Issue #, if available:

Description of changes:

You are using the 2-stage pipeline template.
 _________    _________ 
|         |  |         |
| Stage 1 |->| Stage 2 |
|_________|  |_________|
Checking for bootstrapped resources...

This template configures a pipeline that deploys a serverless application to a testing and a production stage.

What is the GitHub secret name for pipeline user account access key ID? [AWS_ACCESS_KEY_ID]: 
What is the GitHub Secret name for pipeline user account access key secret? [AWS_SECRET_ACCESS_KEY]: 
What is the git branch used for production deployments? [main]: 
What is the template file path? [template.yaml]: 
We use the stage name to automatically retrieve the bootstrapped resources created when you ran `sam pipeline bootstrap`.

Here are the stage names detected in .aws-sam/pipeline/pipelineconfig.toml:
        - test
        - prod
What is the testing stage name (as provided during the bootstrapping)?: test
What is the testing stack name?: test
Stage 1 configured successfully, configuring stage 2.

Here are the stage names detected in .aws-sam/pipeline/pipelineconfig.toml:
        - test
        - prod
What is the production stage name (as provided during the bootstrapping)?: prod
What is the production stack name?: prod
Stage 2 configured successfully.

SUMMARY
We will generate a pipeline config file based on the following information:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.