Podio Solutions Podcast
S1E18 - Podio Deep Dive 3: "Podio and AWS Integration Sample"
- Autor: Vários
- Narrador: Vários
- Editor: Podcast
- Duración: 0:29:03
- Mas informaciones
Informações:
Sinopsis
Sign-up for access to the sample --> https://podio.com/webforms/22878402/1622712PODCAST NOTES:Revisit a simple Podio + AWS Example that we mentioned beforeWe’re releasing the code with some instructions to try it out for yourselfThis isn’t meant to be production code, but you could build a reliable system with some additional investmentTo review: we use a node.js 8.10 function running in AWS Lambda that responds to an API Gateway triggerThe trigger has a unique URL which can be used to add a hook to a single Podio applicationYou need an AWS account, a Podio API Key (Client Id & Secret)We just use this example to comment on a new item, but it could do all sorts of thingsThere are a few challenges to consider when using app authentication the token is set per application hooks can be deleted separately, but this app stores them per function tracking usage and access could be tricky in complicated scenariosWe will release an OAuth2 version of this at some point which addresses some of these issues…