old Inkdrop Documentation
  • Getting Started
    • 🚀Getting Started
  • FAQ
    • 📃FAQ
  • Core Concepts
    • 🧱Resource
    • 🔗Connector
    • 📦Wrapper
    • 📋Sidebar
    • 👩‍💻Code and Deployment
    • ⚙️Overriding Properties with the Codebox
  • Ressources
    • S3 Bucket
    • Lambda Functions
    • IAM Roles
    • API Endpoint
    • Fargate
    • Dynamo DB
    • RDS
    • SQS
    • SNS
  • Custom Code
    • Validating your cloud architecture
Powered by GitBook
On this page
  1. Custom Code

Validating your cloud architecture

When you deploy infrastructure to the cloud, we validate to catch errors before changes happen. This increases development speed and prevents problems down the road.

We validate at 3 levels:

  1. Resource Validation

    We check each resource's configuration as you edit. We verify that required fields have correct values instantly in the UI.

  2. Pre-Deployment Validation

    When you deploy, we simulate applying changes locally. Resources are validated together to catch bigger issues without touching the cloud. This is faster and safer than catching the errors in production.

  3. Cloud Deployment Validation

    Finally, we deploy your architecture. Even here we watch for cloud errors and notify you clearly, so they can be fixed. :)

Benefits of Validation

Validating at resource and pre-deployment levels means issues are caught early. You can deploy cloud architectures with confidence they'll work as expected.

Let our support team know if you have any questions!

PreviousSNS

Last updated 1 year ago