Challenge 4 - Power of Serverless

November 10, 2021 ยท View on GitHub

< Previous Challenge - Home - Next Challenge >

Description

  • Review code to understand how we are going to integrate policy document with Frontend website
  • Create necessary Azure resources as required before starting with CI/CD Pipeline
  • Create Github Action workflow to deploy to serverless function
  • If the build succeeds, deploy the code to a Serverless Function
  • If the build fails, raise an issue to investigate

Success Criteria

  1. Demonstrate the role of Serverless in this challenge
  2. Ensure you are able to retrieve policy documents for insured users
  3. Demonstrate your solution completeness with respect to solution blueprint

Learning Resources