|
|
|
|
|
by matus_congrady
1523 days ago
|
|
Stacktape is built on top of AWS Cloudformation. We also use CF infrastructure modules, CF custom resources and aws-sdk for certain features and integration. We're also trying to smooth out some of the rough edges of Cloudformation (for example translating some of the crypting CF errors into a more developer-friendly errors). Also, since CF can be pretty slow in some cases, we have a "fast deploy" mode that avoids CF and deploys (lambda functions and containers) way faster. |
|