Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.09 KB

File metadata and controls

25 lines (16 loc) · 1.09 KB

Challenge 4 - Power of Serverless

< 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