The FaaS and the Curious™

Hacker • Founder • Mentor at Hacking is NOT a Crime
Jun. 7, 2018
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
The FaaS and the Curious™
1 of 62

More Related Content

What's hot

Amazon Web Services SecurityAmazon Web Services Security
Amazon Web Services SecurityJason Chan
In Depth: AWS IAM and VPCIn Depth: AWS IAM and VPC
In Depth: AWS IAM and VPCAmazon Web Services
(MBL311) NEW! AWS IoT: Securely Building, Provisioning, & Using Things(MBL311) NEW! AWS IoT: Securely Building, Provisioning, & Using Things
(MBL311) NEW! AWS IoT: Securely Building, Provisioning, & Using ThingsAmazon Web Services
IoT Apps with AWS IoT and Websockets IoT Apps with AWS IoT and Websockets
IoT Apps with AWS IoT and Websockets Amazon Web Services
February 2016 Webinar Series - Best Practices for IoT Security in the CloudFebruary 2016 Webinar Series - Best Practices for IoT Security in the Cloud
February 2016 Webinar Series - Best Practices for IoT Security in the CloudAmazon Web Services
Top 10 AWS Identity and Access Management (IAM) Best Practices (SEC301) | AWS...Top 10 AWS Identity and Access Management (IAM) Best Practices (SEC301) | AWS...
Top 10 AWS Identity and Access Management (IAM) Best Practices (SEC301) | AWS...Amazon Web Services

What's hot(20)

Similar to The FaaS and the Curious™

Securing Serverless Architectures - Pop-up Loft TLV 2017Securing Serverless Architectures - Pop-up Loft TLV 2017
Securing Serverless Architectures - Pop-up Loft TLV 2017Amazon Web Services
Building Secure Architectures on AWSBuilding Secure Architectures on AWS
Building Secure Architectures on AWSAmazon Web Services
Best Practices for Security at Scale Best Practices for Security at Scale
Best Practices for Security at Scale Amazon Web Services
Securing Media Content and Applications in the Cloud (MED401) | AWS re:Invent...Securing Media Content and Applications in the Cloud (MED401) | AWS re:Invent...
Securing Media Content and Applications in the Cloud (MED401) | AWS re:Invent...Amazon Web Services
Forge - DevCon 2016: Developing & Deploying Secure, Scalable Applications on ...Forge - DevCon 2016: Developing & Deploying Secure, Scalable Applications on ...
Forge - DevCon 2016: Developing & Deploying Secure, Scalable Applications on ...Autodesk
Best Practices for Security at ScaleBest Practices for Security at Scale
Best Practices for Security at ScaleAmazon Web Services

Similar to The FaaS and the Curious™(20)

Recently uploaded

Unleashing the Power of Modern Carpooling Apps, Inspired by BlaBlaCarUnleashing the Power of Modern Carpooling Apps, Inspired by BlaBlaCar
Unleashing the Power of Modern Carpooling Apps, Inspired by BlaBlaCarArchie Cadell
How to Manage Your Offshore Software Development Team EfficientlyHow to Manage Your Offshore Software Development Team Efficiently
How to Manage Your Offshore Software Development Team EfficientlyCapital Numbers
Improving Employee Experiences on Cisco RoomOS Devices, Webex, and Microsoft ...Improving Employee Experiences on Cisco RoomOS Devices, Webex, and Microsoft ...
Improving Employee Experiences on Cisco RoomOS Devices, Webex, and Microsoft ...ThousandEyes
Demystifying ML/AIDemystifying ML/AI
Demystifying ML/AIMatthew Reynolds
The Ultimate Administrator’s Guide to HCL Nomad WebThe Ultimate Administrator’s Guide to HCL Nomad Web
The Ultimate Administrator’s Guide to HCL Nomad Webpanagenda
Orchestration, Automation and Virtualisation Maturity ModelOrchestration, Automation and Virtualisation Maturity Model
Orchestration, Automation and Virtualisation Maturity ModelCSUC - Consorci de Serveis Universitaris de Catalunya

Recently uploaded(20)

The FaaS and the Curious™

Editor's Notes

  1. import os def lambda_handler(event, context): credentials={} credentials['aws_security_key_id'] = os.getenv('AWS_ACCESS_KEY_ID’) credentials['aws_secret_access_key'] = os.getenv('AWS_SECRET_ACCESS_KEY') credentials['aws_security_token'] = os.getenv('AWS_SECURITY_TOKEN') credentials['aws_session_token'] = os.getenv('AWS_SESSION_TOKEN') return credentials
  2. import os def lambda_handler(event, context): credentials={} credentials['aws_security_key_id'] = os.getenv('AWS_ACCESS_KEY_ID’) credentials['aws_secret_access_key'] = os.getenv('AWS_SECRET_ACCESS_KEY') credentials['aws_security_token'] = os.getenv('AWS_SECURITY_TOKEN') credentials['aws_session_token'] = os.getenv('AWS_SESSION_TOKEN') return credentials