Skip to content

Latest commit

 

History

History

billing

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Billing

This is the home of the billing microservice for the App 2025 AnyCompany SaaS application.

Deployment instructions

  1. First, deploy the infrastructure template and copy the values of the EventBusName and PublishEventsFunctionArn CloudFormation outputs
  2. Next, from this directory, run sam deploy --guided
    • At the Stack Name prompt, enter app2025-billing
    • At the AWS Region prompt, ensure you select the same region where you deployed the infrastructure stack.
    • When prompted for a value for the EventBusName parameter, use the value of the EventBusName CloudFormation output from step one. This defaults to AnyCompany for both stacks.
    • When prompted for a value for the PublishEventsFunctionArn parameter, use the value of the PublishEventsFunctionArn CloudFormation output from step one.

Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. SPDX-License-Identifier: MIT-0