8000 docs: add setup-python to example by hoffa · Pull Request #27 · aws-actions/setup-sam · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

docs: add setup-python to example #27

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 29, 2021
Merged

docs: add setup-python to example #27

merged 1 commit into from
Mar 29, 2021

Conversation

hoffa
Copy link
Contributor
@hoffa hoffa commented Mar 29, 2021

Which issue(s) does this change fix?

Resolves #26

Description

Add setup-python to example as it's a dependency of setup-sam.

Checklist

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 License.

@hoffa hoffa added the documentation Improvements or additions to documentation label Mar 29, 2021
Comment on lines +27 to -31
- uses: aws-actions/setup-sam@v0
- uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-2
- uses: aws-actions/setup-sam@v0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

configuring sam after credential not working?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Having all the setups together looks nicer. 😏

Copy link
@SimonCMoore SimonCMoore left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@hoffa hoffa merged commit e7127f2 into main Mar 29, 2021
@hoffa hoffa deleted the add-setup-python branch March 29, 2021 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add setup-python to example
3 participants
0