Skip to content

Instantly share code, notes, and snippets.

View khola's full-sized avatar
☁️
Working from home

kuba holak khola

☁️
Working from home
View GitHub Profile
#if($context.result["User"] == $context.identity.claims.get("email"))
$util.toJson($context.result);
#else
$util.unauthorized()
#end

Past:

  • I need my data ASAP - real-time serverless - WE ARE DEVELOPERS WORLD CONGRESS BERLIN 2019
  • Scale it the easy way - introduction to micro frontends - 4Developers Warsaw
  • Real time serverless apps on AWS - GDG POZNAŃ, Touch the clouds #1
  • Amplify your JS superpowers - Poznań Serverless Meetup #2
  • Scale it the easy way - introduction to micro frontends - 4Developers Katowice
  • Scale it the easy way - introduction to micro frontends - meet.js summit 2018
  • Scale it the easy way - introduction to micro frontends - 4Developers Kraków
  • Javascript in the cloud, serverless on AWS - 4Developers Wrocław
import lambdalayer.mymodule
def lambda_handler(event, context)
mymodule.offloadedcode(event, context)