exports.handler = async (event, context) => {
return {
statusCode: 200,
body: {
code: 200,
message: "Deployment has started. Check your mail."
}
};
}
Created
May 30, 2024 12:43
-
-
Save jrichardsz/9146304b48a69339e1cc7f27e01043d2 to your computer and use it in GitHub Desktop.
aws lambda
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment