
Configuring a GitHub workflow with Sigma CLI
GitHub Actions enables you to create custom software development life cycle (SDLC) workflows directly in your GitHub repository. Therefore if you are using GitHub as the version control system of your Sigma project, you can use the Sigma CLI to configure a workflow to automate the build and/or the deployment of your serverless application. In […]

Sigma CLI: Build and Deploy your Sigma projects with ease
SLAppForge Sigma is a purposely-built IDE for developing and deploying serverless applications on AWS and GCP. As you may be already aware, when you develop a project using Sigma, it provides the capability to build and deploy your project via the Sigma IDE itself without any external tools. While this being very convenient and useful, […]

Serverless File Uploader with AWS HTTP Gateway and S3
Why do we need a File Uploader? When you are working as an engineer for a software development company, it is apparent that you have to troubleshoot issues reported by the users of your software. In such a case, more often than not, you need to get various types of files from your customer for […]