Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

fix: Change the app name of nodejs-graphql to comply TargetGroup name length limit #132

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions aws/lambda/nodejs-graphql/waypoint.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

project = "waypoint-apollo-lambda"

app "waypoint-apollo-lambda-function" {
app "waypoint-apollo-lambda-func" {
build {
use "docker" {
buildkit = true
Expand Down Expand Up @@ -41,4 +41,4 @@ variable "region" {
default = "us-east-1"
type = string
description = "AWS region"
}
}