I hereby claim:
- I am jneves on github.
- I am jneves (https://keybase.io/jneves) on keybase.
- I have a public key ASBuIfflXp94ziuaZZvNHN2vN6u9BmN5Xtt1skGCg8SAJQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#! /usr/bin/env python | |
import boto3 | |
import logging | |
import sys | |
log = logging.getLogger(__name__) | |
ch = logging.StreamHandler() | |
ch.setLevel(logging.INFO) |
Miserlou/Zappa#1268 - Add documentation to the README for Cognito triggers - the code change packed in (seemingly by mistake) needs to be removed or explained though
Miserlou/Zappa#757 - Pr/package excludes venv
from sqlalchemy import create_engine, select, and_, func | |
from sqlalchemy.ext.declarative import declarative_base | |
from sqlalchemy import Boolean, Column, Integer, String, ForeignKey | |
from sqlalchemy.orm import sessionmaker, column_property, relationship, joinedload, deferred, undefer, load_only | |
engine = create_engine('sqlite:///:memory:', echo=True) | |
Session = sessionmaker(bind=engine) | |
session = Session() | |
Base = declarative_base() |
"""Usage: in your zappa_settings.json file, add the following (assuming this is handler.py and is next to zappa_setttings.json): | |
"lambda_handler": "handler.lambda_handler" | |
""" | |
from zappa.handler import LambdaHandler | |
import epsagon | |
epsagon.init( | |
token='my-secret-token', |
Requirements for package management:
I'm looking for tools that either do this or could be part of a process that does this.
I hereby claim:
To claim this, I am signing this object:
Hello, the competitive world of software engineering has gotten to me and I have decided to enter the world of fast food!
I am making quick snacks but I would like a program to help organise people's orders and what I should be doing.
I can make a sandwich in one minute and then I need 30 seconds to serve the sandwich and take money from the customer.