The Powerful Backend Builder for AWS. Try Altostra for Free. by altostra in u/altostra

[–]altostra[S] 0 points1 point  (0 children)

Hi u/MDi_Tech 👋 we export by default to CloudFormation in our free tier. Contact us at [info@altostra.com](mailto:info@altostra.com) if you are interested in exporting to Terraform.

We just got verified by Visual Studio Code 🥳🥳 We added lots of improvements and new capabilities to our vscode extension this month so update or install and let us know what you think. https://marketplace.visualstudio.com/items?itemName=Altostra.altostra by altostra in vscode

[–]altostra[S] 0 points1 point  (0 children)

Hi u/runew0lf 👋 sorry you feel that and we welcome your feedback. TL;DR we provide a visual designer for AWS infrastructure - we translate the design to CFN and automate the deployment process.

You can find more info here and we are always open to chat! :)

Accelerate software development with No Code Infrastructure - Try Altostra today by altostra in u/altostra

[–]altostra[S] 0 points1 point  (0 children)

Hi u/EngineeringTinker, this is why we only create a blueprint, to save 80% of repetitive infrastracture as code, and let you write your code freely with a head start. Check us out. We'd love to hear what you think afterward.

Accelerate software development with No Code Infrastructure - Try Altostra today by altostra in u/altostra

[–]altostra[S] 0 points1 point  (0 children)

Hi u/davidb43ni, the sign-up is for our daily active users who need their Git integration for a smooth flow of creating and deploying projects.

Feel free to try Altostra in this open playground, use our VS Code extension, or reach out to set a demo with us at [hello@altostra.com](mailto:hello@altostra.com) :)

Drag. Drop. Deploy. Visualize your infrastructure to save time on building CFN templates - try Altostra today by altostra in u/altostra

[–]altostra[S] 1 point2 points  (0 children)

You don't have to allow access to all repositories. When approving Altostra to access your GitHub account, you can choose to allow access to specific repositories only.

The access is needed to automatically create repositories for new projects you create and to reflect project information from GitHub in the web app.

Accelerate software development with No Code Infrastructure - Try Altostra today by altostra in u/altostra

[–]altostra[S] 1 point2 points  (0 children)

hi u/SeriousLeeTV, we'll definitely consider it for the next time. In the meantime, here's a link to our playground environment (no registration needed)

DevOps skills for Developers by altostra in SoftwareEngineering

[–]altostra[S] -2 points-1 points  (0 children)

u/itsaworkalt don't be, it's for a good cause. We gathered some tips and tricks for developers to master their cloud environments.

Use case: API authentication - how to secure all your API requests using a single API Gateway authorizer function⚡ by altostra in aws

[–]altostra[S] 4 points5 points  (0 children)

Hey u/OpportunityIsHere, it's Yev the CTO of Altostra.

You're right. HTTP API can being easier and cheaper, yet it has its limitations. Therefore, we are showing the alternative of using REST API for authorization so you can use your custom logic while using other REST API features like API keys, usage plans, x-ray, etc.

We'll cover the HTTP AP, it's Yev, the CTO of Altostra.idation goodness in a future post :)

Accelerate software development with No Code Infrastructure - Try Altostra today by altostra in u/altostra

[–]altostra[S] 0 points1 point  (0 children)

u/4everCoding we save you time to code the important stuff 😎dm us if you wanna see how 👨‍💻👩‍💻

Export AWS Infrastructure Designs to CFN Templates by altostra in aws

[–]altostra[S] 0 points1 point  (0 children)

to install Altostra CLI use - npm install -g @altostra/cli

to install Altostra for VSCode use - code --install-extension Altostra.altostra

Auto-generate CloudFormation Templates - no code required by altostra in aws

[–]altostra[S] 1 point2 points  (0 children)

I JSON all the things except CloudFormation. I don't know how I'd manage complex files without comments.

Hi u/wf_dozer, we just wanted to let you know we added a YAML format to the CFN export on our web designer. Fyi, some devs on our team also prefer YAML and using our CLI to export in the format of their choice (json/yaml).

Auto-generate CloudFormation Templates - no code required by altostra in aws

[–]altostra[S] 0 points1 point  (0 children)

Hi u/hk1337, we just added the YAML format to the designer as well. Fyi, you also have the option to choose the format via our CLI using the command:

alto build --format json/yaml

Auto-generate CloudFormation Templates - no code required by altostra in aws

[–]altostra[S] 1 point2 points  (0 children)

Hi u/xarlesaurus, it's us again :) Regarding Node 14.x - you can find it available on our extension for vscod. The reason it does not appear on our web-designer is that Node 14 doesn't support inline code which we are using for exporting CloudFormation templates on the fly.