←back to thread

76 points andout_ | 1 comments | | HN request time: 0s | source
Show context
fulafel ◴[] No.45926385[source]
How does it compare with SST?
replies(1): >>45926591 #
andout_ ◴[] No.45926591[source]
SST is AWS-specific and focuses on infrastructure-as-code for serverless apps (CDK wrapper). Encore is cloud-agnostic and works by parsing your application code to understand what infrastructure you need, then provisions it automatically on AWS, GCP, or locally. SST gives you more control over AWS-specific resources, Encore optimizes for development speed and portability. Different trade-offs depending on whether you're locked into AWS or want flexibility.
replies(1): >>45927247 #
wgjordan ◴[] No.45927247[source]
SST has not been AWS-specific since Aug 2024 [1], it is now based on Pulumi/Terraform instead of CDK/CloudFormation.

[1] https://sst.dev/blog/sst-v3

replies(2): >>45927277 #>>45927450 #
1. andout_ ◴[] No.45927277[source]
Ah, been a while since I looked into it. Thanks for the correction!