Alexander Dupuy

Results 2 issues of Alexander Dupuy

The [Chalice documentation for the CloudWatchEvent class](https://aws.github.io/chalice/api.html#CloudWatchEvent) gives an example function with a type annotation: ``` @app.schedule('rate(1 hour)') def every_hour(event: CloudWatchEvent): pass ``` However, the `chalice` package does not export...

## Requirements * [ X ] This is Software as a Service not self hosted * [ X ] It has a free tier not just a free trial *...