aws-samples / aws-marketplace-serverless-saas-integration

Example of serverless integration for SaaS products listed on the AWS Marketplace.
MIT No Attribution
128 stars 76 forks source link

Update Readme.md with IAM permissions information and add buildspec.yaml file supporting deployment test with CodeBuild #46

Closed linhlam-mp closed 2 years ago

linhlam-mp commented 2 years ago

Issue #, if available: https://github.com/aws-samples/aws-marketplace-serverless-saas-integration/issues/34

Description of changes: Update Readme.md with information about IAM permissions and add buildspec.yaml file supporting deployment test with CodeBuild

Test results:

  1. Unit: N/A
  2. Integration: N/A
  3. End-to-end ("e2e"): PASSED
    1. Verify the stack is deployed successfully.: done
    2. Verify URL endpoint is up and running with no error. done
    3. Subscribe to the product successfully and can visit landing page with no error. done
    4. Create an account using landing page. N/A
    5. Receive notification as a Seller. done
    6. Receive notification as a Buyer. N/A
    7. Verify new user record is created in dynamo DB. N/A
    8. Other: (Depend on the new feature added that the test cases above are not covered)