You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bootstrap and run a Construct on an EC2 instance, as we do for Lambda Functions.
I can imagine wanting to run some code on boot to install/cleanup state, such as unzip artifacts and start daemons etc. and then run a handle function which returns a Promise (indicating the process has ended).
Deploy via code deploy. Monitor the process with /etc/init.d upstart script.
The text was updated successfully, but these errors were encountered:
Bootstrap and run a Construct on an EC2 instance, as we do for Lambda Functions.
I can imagine wanting to run some code on boot to install/cleanup state, such as unzip artifacts and start daemons etc. and then run a
handle
function which returns a Promise (indicating the process has ended).Deploy via code deploy. Monitor the process with
/etc/init.d
upstart script.The text was updated successfully, but these errors were encountered: