d2a6cfe378
* infra: python, bootstrap * feat: local sample * infra: invocations and CFN * docs: stub * wip: clean up, add sceptre * wip: add app stack teardown * refactor: template rejigging * chore: ignore outfiles * wip: cleanup post upload to s3 * wip: teardown infra task * docs: links, contrib * docs: missing command * docs: formatting
5 lines
84 B
Python
5 lines
84 B
Python
#!/usr/bin/env python
|
|
|
|
|
|
def handler(event, context):
|
|
return {"statusCode": 200}
|