If you don’t want to pay for a Vercel subscription:
- Do you have a project or multiple projects and want to pay 7-8x less? Or are you simply experimenting and don’t want to pay Vercel $20/month?
However, setting up a single function on AWS is long and tedious, even with 100+ functions.
Introducing Titan CLI, which handles all your AWS functions with a single command.
- Simply place all your API functions, whether written in JavaScript or Python, into the API folder and run the Titan command in your directory. It will handle everything, from setup to generating fully functional API links.
- Titan CLI also configures CloudWatch for each function, so all you need to do is check the logs if necessary—no manual setup required.
- Supports JavaScript and Python. No manual configuration for Python. You can even place functions written in different languages in the same API folder.
If your functions require additional libraries, just list the libraries in an array in the JSON file, and that’s it!
Currently available only for Mac.
After installation, you will have access to 3 commands:
- `titan deploy-main`: Main deployment
- `titan setup-env`: Environment setup
- `titan deploy-v5.0 `: Deploy a specific version
What does Titan CLI offer?
- Automatically creates and configures Lambda functions and their API Gateway endpoints, providing you with fully functional API links
- Automatically installs all required dependencies
- Automatically creates CloudWatch Log groups for each function, allowing you to monitor logs for individual functions
- Maintains deployment history, allowing you to roll back to any previous version
Perfect for rapid application development and testing.
It's even better than Vercel because you can integrate other AWS services and gradually learn to use and configure additional settings.
If you don’t want to pay for a Vercel subscription:
- Do you have a project or multiple projects and want to pay 7-8x less? Or are you simply experimenting and don’t want to pay Vercel $20/month? However, setting up a single function on AWS is long and tedious, even with 100+ functions.
Introducing Titan CLI, which handles all your AWS functions with a single command. - Simply place all your API functions, whether written in JavaScript or Python, into the API folder and run the Titan command in your directory. It will handle everything, from setup to generating fully functional API links. - Titan CLI also configures CloudWatch for each function, so all you need to do is check the logs if necessary—no manual setup required. - Supports JavaScript and Python. No manual configuration for Python. You can even place functions written in different languages in the same API folder.
If your functions require additional libraries, just list the libraries in an array in the JSON file, and that’s it!
Currently available only for Mac. After installation, you will have access to 3 commands:
- `titan deploy-main`: Main deployment - `titan setup-env`: Environment setup - `titan deploy-v5.0 `: Deploy a specific version
What does Titan CLI offer? - Automatically creates and configures Lambda functions and their API Gateway endpoints, providing you with fully functional API links - Automatically installs all required dependencies - Automatically creates CloudWatch Log groups for each function, allowing you to monitor logs for individual functions - Maintains deployment history, allowing you to roll back to any previous version Perfect for rapid application development and testing.
It's even better than Vercel because you can integrate other AWS services and gradually learn to use and configure additional settings.
Please support us, we would be grateful. https://www.producthunt.com/posts/titan-cli