Explore >> Select a destination


You are here

adriano.fyi
| | www.integralist.co.uk
15.9 parsecs away

Travel
| | You have an API and you want your customers to be able to use that API via Terraform. In this post I'm going to explain how you can write your own Terraform provider to enable your customers to integrate your API into their "infrastructure as code" pipeline. You don't need an API to be able to follow along, nor am I going to make you write one as part of the learning process (that's just a waste of time).
| | lanziani.com
10.8 parsecs away

Travel
| | We left the previous post of the series with a single Jenkins stack and the task of creating a second service out of it.
| | www.integralist.co.uk
34.5 parsecs away

Travel
| | Introduction What is Cognito? Authentication vs Authorization User Pools vs Identity Pools Implementation Options Client SDK Server SDK AWS Hosted UI Stateless Authentication Logic Processing with AWS Lambda Beware the Lambdas Useful Lambdas Social Logins Overloading the State Parameter Scope JWTs API Limits Logout Issues Other Concerns? Which is the right solution? Updated Architecture Native Mobile Social Sign-ins User Pool Configuration IAM User Lambda IAM Role Example Python API code Example Cognito ...
| | snarky.ca
81.1 parsecs away

Travel
| There are a couple of things I always want to be true when I install Python packages for a project: 1. I have a virtual environment 2. Pip is up-to-date For virtual environments, you would like them to be created as fast as possible and (usually) with the newest version