Skip to content

🧮 lambda function to take discussions from VolumeUP and add them to the Customer.io collection.

Notifications You must be signed in to change notification settings

realstorypro/discussions-to-collections

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To Deploy to AWS Lambda

  1. Install Gems to Vendor
 bundle config set --local path 'vendor/bundle'
 bundle
  1. Zip it UP
 zip -r function.zip lambda_function.rb vendor
  1. Upload it
 aws lambda update-function-code --function-name discussions-to-collection --zip-file fileb://function.zip

About

🧮 lambda function to take discussions from VolumeUP and add them to the Customer.io collection.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages