AWS Lambda and Kubernetes task

Job ID: 31793589

Budget: $30 – $250 USD

Summary: AWS Lambda function to deploy some Kubernetes resources

I have an application where I want to trigger a lambda function upon clicking a button. When this button is clicked, the lambda function will be triggered. This lambda function does the following:
- Pulls some values from a mongoDB table
- Use those values as variables to do the following in Kubernetes:
1. Create namespace
2. Create dc for frontend (using ph-sales-site-ui ecr image)
3. Create database schema
4. Create dc for api (uing ph-sales-site-api ecr
5. create route 53 for ui and api depending on hostnames.