st3v3n

The only difference between ordinary and extraordinary is just that little "extra".

Got API Gateway Lambda Configuration working after a few days of exasperation. Seems like API Gateway has a caching issue that gets into a weird state if you mess around in the console too much

Figuring out why status codes aren't returning from lambda handler...

Wrote some unit/integration tests for validators and handler for cancelation survey endpoint

Switched from yup to swagger-model-validator along with swagger-type-generator

Built a light express wrapper for serverless config since serverless-offline plugin doesn't support alb yet

turned the serverless api Terraform into a re-usable module. Might turn into a blogpost.

made some progress on serverless/lambda API with Serverless framework and Terraform

Did some work in getting a serverless API up and running with current LB

Got Fargate API working. I just missed a security group on my load balancer *facepalm*. That being said, it looks expensive so I'm probably going to go serverless anyway, lol.

Still banging my head against the wall trying to get my aws configuration working.

Still struggling with connecting to fargate tasks. Been messing around with security groups and ACLs. Haven't actually made any progress but I'm counting it.

got ecs cluster and some other bits and pieces of the API infra into terraform