Local development and staging with Amazon Redshift

前端 未结 4 748
野趣味
野趣味 2021-01-31 03:21

I like to set up tools and services with production, staging, and local development. I\'d like to use Amazon Redshift, and starting at $180 a month seems pretty reasonable for a

4条回答
  •  囚心锁ツ
    2021-01-31 03:43

    Here's the best alternative to access all AWS services locally, offline, without paying for cloud services. Localstack!

    https://localstack.cloud/

    https://github.com/localstack/localstack

    All the major AWS services like Redshift, S3, DynamoDB, cloudwatch etc. are supported.

    You can use this for all your non-prod environments and only pay for Production AWS services

提交回复
热议问题