Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 724 Bytes

0007-arc-takes-a-backseat.md

File metadata and controls

25 lines (14 loc) · 724 Bytes

7. ARC takes a backseat

Date: 2023-03-02

Status

Accepted

Followed By 8. Use AWS CDK for deployments

Context

ARC is a great tool for a very specific use case. It's not a good fit for this stack when it comes to production deployment. There is simply not enough flexibility in the tool to allow us to deploy the stack in a way that is suitable for our needs or for the needs of any decently complex project.

ARC however is great for local development and emulating AWS resources.

Decision

We're keeping ARC as a local development tool but aren't relying on it for production deployment.

Consequences

We need to find an alternative way to handle the deployments.