Skip to content

Code to send data from Wix automation to AWS services through webhook

Notifications You must be signed in to change notification settings

XynergyLab/wix-to-aws

 
 

Repository files navigation

Description

This project is a serverless application built using the Serverless Framework and Infrastructure as Code (IaC) principles. It facilitates the seamless integration of new users from Wix into AWS services, such as DynamoDB or Cognito. By automating this process, it streamlines user management tasks and ensures efficient data synchronization between Wix and AWS.

Setup

  1. Installa Choco and Terraform
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
choco install terraform
  1. Installazione del Serverless Framework e del plugin serverless-python-requirements
npm install -g serverless
serverless plugin install --name serverless-python-requirements
  1. Deploy con Serverless
serverless deploy 
  1. Su Wix sotto Automazioni creare un'automazione che ha come target l'url degli API gateway generati.

License

This project is licensed under the MIT License, allowing for unrestricted use, modification, and distribution.

Disclaimer

This project is provided as-is without any warranties. Users are responsible for understanding and complying with the terms and conditions of the services utilized, such as AWS and Wix.

About

Code to send data from Wix automation to AWS services through webhook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 53.6%
  • Python 45.1%
  • JavaScript 1.3%