/send-feedback-lambda

Amazon Web Services Lambda function to send an email with the feedback obtained from a personal website visitor

Primary LanguageJavaScript

To deploy this code see the following instructions:

Zip the folder contaning all the code from the repository

$ zip -r {filename.zip} {foldername}

Example

$ zip -r send-feedback-lambda.zip send-feedback-lambda

Deploy your zip file contaning your code with the following command

aws lambda update-function-code --function-name {functionname} --zip-file fileb://{zipfilename}