Skip to content

Instantly share code, notes, and snippets.

View pedroraminhas's full-sized avatar

Pedro Raminhas pedroraminhas

  • Philip Morris International
  • Lisbon, Portugal
View GitHub Profile

Keybase proof

I hereby claim:

  • I am pedroraminhas on github.
  • I am pedroraminhas (https://keybase.io/pedroraminhas) on keybase.
  • I have a public key ASDNf32xi2NH7kJCrhJ7y_48G17fkBe4a-TkkG_cFbuzUwo

To claim this, I am signing this object:

@pedroraminhas
pedroraminhas / awslambda.bootstrap.py
Created January 30, 2019 14:56
Bootstrap file of AWS Lambda
# -*- coding: utf-8 -*-
"""
aws_lambda.bootstrap.py
Amazon Lambda
Copyright (c) 2013 Amazon. All rights reserved.
Lambda runtime implementation
"""
from __future__ import print_function