This form is designed to be used by Human Resources to submit Starters, Movers or Leavers requests to the IT team.
- AWS Lambda function to be used with scripts/Lambda.js
- AWS API Gateway to call Lambda function
The API is used for the form to email setup.
- Edit the Department dropdown within index.html with a list of your companies departments
- Edit the Location dropdown within index.html with a list of your companies offices
- Create an AWS API to call the Lambda function and add the API URL to scripts/SubmitForm.js
- Set up AWS SES which will be used to send the email to your IT team
- Update Lambda.js with the From and To email addresses
You are encouraged to contribute to this project