lambda function in AWS

Job ID: 36328521

Budget: $10 – $50 CAD

1. Create a lambda function in AWS (any language of your choice)
2. The lambda function should convert temperature from Celsius to Fahrenheit and vice versa.
3. You should expose a URL for the lambda function and it should take an argument via url
parameter. https://lambda.aws.com/temprature?c=45 if you want to convert from Celsius to F.
https://lambda.aws.com/temprature?f=45 if you want to convert from Fahrenheit to Celsius.
The response can be a simple string for example for C=0 it should return 32
4. The lab code should be uploaded on github repository and it should have a github action to
publish the code to AWS.