Skip to content

Commit

Permalink
docs: Update infrastructure-providers.mdx (#1524)
Browse files Browse the repository at this point in the history
  • Loading branch information
JorgeRdg authored Feb 22, 2024
1 parent 65785ff commit ebf47a9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions website/docs/10_going-deeper/infrastructure-providers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ import TerminalWindow from '@site/src/components/TerminalWindow/TerminalWindow'

The providers are different implementations of the Booster runtime to allow Booster applications run on different cloud providers or services. They all implement the same interface, and the main idea behind the providers is that no matter what the developer chooses as backend, they won't need to know anything about the underlying infrastructure.

Currently, the Booster framework provides two fully working provider packages:
Currently, the Booster framework provides three provider packages:

- **framework-provider-aws-\***
- **framework-provider-azure-\***
- **framework-provider-aws-\*** (deprecated - See [PR #1477](https://github.com/boostercloud/booster/pull/1477))
- **framework-provider-local-\*** (for local testing)

Booster uses sensible defaults, convention over configuration, and code inference to reduce dramatically the amount of configuration needed. However, there are some aspects that can't be inferred (like the application name) or the provider library used for each [environment](environment-configuration).

Expand Down

0 comments on commit ebf47a9

Please sign in to comment.