Upgrade to Pro — share decks privately, control downloads, hide ads and more …

An Experiment in AWS PaaS

Avatar for 3Dozen 3Dozen
April 19, 2017

An Experiment in AWS PaaS

An experience report. Looking at the potential for a newcomer to AWS, to be productive in creating Minimum Viable Products, taking advantage of AWS PaaS offerings.

Presented to the Leeds AWS User Group on 19th April 2018

Avatar for 3Dozen

3Dozen

April 19, 2017
Tweet

Other Decks in Technology

Transcript

  1. The Experiment • Small project • Not much previous AWS

    experience • Keep costs low • Learn about AWS PaaS offerings?
  2. The Project • Provide a service to calculate a user

    score based on events - Think StackOverflow
  3. Let’s get going… • I want to define my first

    couple of API endpoints, what are my options? API Gateway
  4. I Think I’m Ready to Automate AWS CLI CloudFormation •

    Bash script • Procedural • Desired state configuration • Declarative
  5. Provisions What do we have so far? API Gateway CloudFormation

    $ aws cloudformation deploy --template-file cfTemplate.yml \ --stack-name score --capabilities CAPABILITY_IAM GET https://**yourapi**.execute-api.eu-west-1.amazonaws.com/Test/user/id/1/score