1 Answer
- Newest
- Most votes
- Most comments
0
Are you referring to mobile app? You can consider using AWS Amplify to build the app. You can follow the guide at https://aws.amazon.com/startups/start-building/how-to-build-a-mobile-app/
answered 4 years ago
Relevant content
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 5 years ago

Choose the AWS service or services you want to use to host and run your app. Set up an AWS account and create an AWS Identity and Access Management (IAM) user with permissions to access the resources you will need to create and deploy your app. Use the AWS Management Console or the AWS CLI to create the resources you need for your app, such as Amazon ECS tasks or Amazon EKS clusters. Write the code for your app and package it into a deployable artifact, such as a Docker image. Use the AWS Management Console or the AWS CLI to deploy your app to the chosen service.
Hi Fidel,
It would be helpful if you provide some more information. What sort of application do you want to build? A web application, or static website, or a mobile app, or something else? AWS provides lots of options to help build web and mobile apps, using services like AWS Amplify, and AWS also has a range of services to host your application on servers, in containers, or in AWS Lambda, a serverless application platform.