AWESOME!
# general
a
AWESOME!
@Frank which use-cases are you planning to cover with
Script
?
Can I clone a repository with this? 😂
f
Hey @Adrián Mouly, the current implement is pretty broad, you can really do anything in there, like seeding the database
a
Interesting use-case.
Looking for more ideas 🙂.
f
Seeding the DB and DB migration scripts are the two use cases that’ve come up a lot.
r
This could be cool for sending the build outputs to a separate service for audit purposes.
f
@Ross Coundon The script actually runs as a part of the deployment. It’s a custom resource in the CFN template.
It doesn’t have access to the build outputs, but you can reference other resources easily by passing them in the
params
property.