/buy-coffee-lambda

AWS lambda function for buying me a coffee using Stripe integration.

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}