Skip to content

Commit

Permalink
Revert "switch internal lambda functions to arm64"
Browse files Browse the repository at this point in the history
This reverts commit dcdb338.
  • Loading branch information
cornerman committed Jul 25, 2023
1 parent dcdb338 commit 4b1c616
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions authorizer/lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ module "lambda" {
runtime = "nodejs18.x"
handler = "index.handler"

architecture = "arm64"

environment = {
COGNITO_POOL_ID = var.cognito_user_pool_id
COGNITO_API_SCOPES = var.cognito_api_scopes
Expand Down
6 changes: 0 additions & 6 deletions ws/events.tf
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ module "lambda_event_expander" {
runtime = "nodejs18.x"
handler = "index.handler"

architecture = "arm64"

environment = {
DYNAMO_SUBSCRIPTIONS_TABLE = aws_dynamodb_table.websocket_subscriptions.id
SNS_INPUT_TOPIC = aws_sns_topic.subscription_events.id
Expand All @@ -84,8 +82,6 @@ module "lambda_event_sender" {
runtime = "nodejs18.x"
handler = "index.handler"

architecture = "arm64"

environment = {
API_GATEWAY_ENDPOINT = replace(local.api_gateway_url, "wss://", "")
}
Expand Down Expand Up @@ -131,8 +127,6 @@ module "lambda_subscription_cleanup" {
runtime = "nodejs18.x"
handler = "index.handler"

architecture = "arm64"

environment = {
DYNAMO_SUBSCRIPTIONS_TABLE = aws_dynamodb_table.websocket_subscriptions.id
SNS_INPUT_TOPIC = aws_sns_topic.connection_deletion.id
Expand Down

0 comments on commit 4b1c616

Please sign in to comment.