Hacker News new | past | comments | ask | show | jobs | submit login

I don't use apex. I use serverless. but it's probably the same idea. All the work of transpiling, minifing, creating lambdas, api gateway, aws resources, stages etc... are done automatically from the command line. You don't need to compile/transpile your code, create a zip, upload to s3, create a lambda import the zip from s3, create the endpoint, connect to the lambda, create the api gateway template, etc... And do this every time you change something in your code. It gets frustrating really fast when doing it manually.



awesome thanks.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: