lambda_web_adapter 0.9.1

Run web applications on AWS Lambda
Documentation
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
```