Skip to main content

2 docs tagged with "Docker"

View All Tags

Deploy Spring REST API to AWS ECS Fargate - Terraform - Part-2

This chapter is a continuation of the previous chapter, Dockerized Java Spring Boot Rest API - Part-1. In the previous chapter, we completed several tasks to set up our environment for deploying our Spring Boot Rest API on AWS. These tasks included:

Dockerized SpringBoot Java App

In this chapter, we will learn how to deploy a Java Spring Boot REST API to AWS Lambda as a Docker container using Terraform. We will also explore how to expose the API endpoint using AWS API Gateway.