Skip to content

API Gateway + Lambda + DynamoDBの環境をテストするためのモックAPI

License

Notifications You must be signed in to change notification settings

phishing-hunter/apigateway-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Gateway Proxy

API Gateway + Lambda + DynamoDBの環境をテストするためのモックAPI

Local Tests

$ docker-compose up -d --build
$ curl http://localhost:9000/hello
$ curl http://localhost:9000/hello -H "Authorization: xxxxxxxxxxxxx"
$ curl http://localhost:9000/post -XPOST -d 'hoge' -H "Authorization: xxxxxxxxxxxxx"

About

API Gateway + Lambda + DynamoDBの環境をテストするためのモックAPI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages