Skip to content
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

Improved docs for "sample-apps/blank-go" #427

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions sample-apps/blank-go/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
function/main
4 changes: 3 additions & 1 deletion sample-apps/blank-go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ To create a new bucket for deployment artifacts, run `1-create-bucket.sh`.

To deploy the application, run `2-deploy.sh`.

If you are using a Mac with Apple silicon, you need to add `GOARCH=amd64` to the `go build` command.

blank-go$ ./2-deploy.sh
Successfully packaged artifacts and wrote output template to file out.yml.
Waiting for changeset to be created..
Expand Down Expand Up @@ -68,4 +70,4 @@ Choose a node in the main function graph. Then choose **View traces** to see a l
# Cleanup
To delete the application, run `4-cleanup.sh`.

blank$ ./4-cleanup.sh
blank-go$ ./4-cleanup.sh