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

Build with speed with AWS Amplify and Contentful

Build with speed with AWS Amplify and Contentful

Contentful Webinars

November 10, 2021
Tweet

More Decks by Contentful Webinars

Other Decks in Business

Transcript

  1. © 2021 Contentful Amos Syuma, AWS Stefan Judis, Contentful How

    to build with speed, AWS and Contentful
  2. © 2021 Contentful Housekeeping • This webinar is being recorded;

    we will share the recording with all registrants — keep an eye on your inbox! • Please add your questions in the Q&A box, we will answer them after the presentation during the Q&A session at the end • To get in touch, write to us at [email protected]
  3. © 2021 Contentful AWS Amplify CLI • AWS CloudFormation stack

    • AWS services • Amplify folder (local) ◦ CloudFormation configuration ◦ Backend code • Local configuration file
  4. © 2021 Contentful • Integrated CI/CD • Auto-detected build settings

    • Multi-environment support with feature branch deploys • Password-protected deployments • Custom domains + free HTTPS • Rewrites, redirects and reverse proxies • Notifications • And much more...
  5. © 2021 Contentful Old-school architecture Editing Interface Your website Old-school

    CMS HTML (CSS, and JS) Content, functionality and look
  6. © 2021 Contentful { "fields": { "title": { "en-US": "Hello

    world!" }, "body": { "en-US": "This is hofftastic!" } }, "metadata": { "tags": [ { "sys": { "type": "Link", "linkType": "Tag", "id": "nyCampaign" } JSON APIs * Pure content Content platform architecture * Application Programming Interface
  7. © 2021 Contentful Content platform architecture Content Delivery API (RESTful)

    Content Preview API (RESTful) Content Management API (RESTful)
  8. © 2021 Contentful Content platform architecture Content Delivery API (RESTful)

    Content Preview API (RESTful) Content Management API (RESTful) GraphQL (CDA & CPA)
  9. © 2021 Contentful Content platform architecture Content Delivery API (RESTful)

    Content Preview API (RESTful) Content Management API (RESTful) GraphQL (CDA & CPA)
  10. © 2021 Contentful Content model set up Set up CRA

    Add authentication Add analytics
  11. © 2021 Contentful How long did it take us to

    build and deploy and app with Authorization, Analytics and Contentful?