I hereby claim:
- I am ravenac95 on github.
- I am ravenac95 (https://keybase.io/ravenac95) on keybase.
- I have a public key ASCYoKBVeiMcvSlVXh4q521mxg8tCGxB2e4zw0D1EnlAmQo
To claim this, I am signing this object:
| https://enctu7prwe5r5.x.pipedream.net/ |
I hereby claim:
To claim this, I am signing this object:
| { | |
| "ubuntu": "ravenac95/ubuntu-ansible", | |
| "alpine": "ravenac95/ubuntu-alpine" | |
| } |
| { | |
| "us-east-1": { | |
| "ubuntu": { | |
| "ami": "ami-2ef48339", | |
| "ssh_username": "ubuntu" | |
| }, | |
| "ecs": { | |
| "ami": "ami-6bb2d67c", | |
| "ssh_username": "ec2-user" | |
| } |
| import inspect | |
| from flask import Flask | |
| def expose(f): | |
| """Decorator that flags a method to be exposed""" | |
| f._exposed_method = True | |
| return f |
| #!/bin/bash | |
| # Change this to the service name | |
| DSM_SCRIPT=s3 | |
| # Change this to the service's main entry point (python only) | |
| SCRIPT=s3.py | |
| vstrap init | |
| . quickactivate |