The lambda region is in california.
Auto Deployment at Amplify =>https://main.dlevtb9ziuvb3.amplifyapp.com/
sh ./deploy-to-lambda.sh
curl - v - X POST 'https://7xnvqn6b7zpb2i52coc3sgbvta0urumr.lambda-url.ap-southeast-2.on.aws/ ' -
H 'content-type: application/json' -
d '{ “resume”: "test" , “jobpost” : “test”}'
OUTPUT If the inputs are not valid =>
body: { "error": "error message" }
OUTPUT If the inputs are valid =>
body: {
"error": null,
"contact_information": {
"valid": true,
"missing_fields": [
]
},
"sentiment": "",
"objective": {
"tip": "",
"review": "",
"alternatives": [
]
},
"skills": {
"tip": "",
"review": "",
"alternatives": [
]
},
"education": {
"tip": "",
"review": "",
"alternatives": [
]
},
"experience": {
"tip": "",
"review": "",
"alternatives": [
]
},
"other_sections": [
],
"missing_section": "",
"ATS_matching_score": 0,
"cover_letter_1": "",
"cover_letter_2": ""
}