1 2 3 4 5 6 7 8 9 10 11 12
# golang httpbin example This example is used for end-to-end tests. ## build and deploy Run the following commands. ```shell sam build sam deploy -g ```