An open API service indexing awesome lists of open source software.

https://github.com/donno2048/lumigo-template

A simple template for Lumigo
https://github.com/donno2048/lumigo-template

aws aws-api aws-lambda chalice lambda lumigo rest-api template

Last synced: 3 months ago
JSON representation

A simple template for Lumigo

Awesome Lists containing this project

README

        

First of all install chalice (`pip install chalice`)

To run it just run:
```bat
> chalice deploy
```
you'll see something like this:
```py
Creating Rest API
Resources deployed:
- Lambda ARN: arn:aws:lambda:me-south-1:SOMENUMBER:function:appname-dev-func
- Lambda ARN: arn:aws:lambda:me-south-1:SOMENUMBER:function:appname-dev
- Rest API URL: https://VALUE.execute-api.me-south-1.amazonaws.com/api/
```
then just
```bat
> curl -X GET https://VALUE.execute-api.me-south-1.amazonaws.com/api/
```
to get response from the lambda