Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

Commit

Permalink
Add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sumboid committed Sep 23, 2023
1 parent 10718f7 commit e222a23
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
```sh
cd cli
go run main.go runtime create ../runtime/golang-1.18/docker/Dockerfile
go run main.go lambda create ../examples/golang-1.18
go run main.go endpoint create
go run main.go lambda start %lambda-name%
curl -d 'test' -X POST http://localhost:8080/%endpoint%
```

0 comments on commit e222a23

Please sign in to comment.