Skip to content

Commit

Permalink
Default to us-east-1 for lambda toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolabogetic committed Sep 7, 2023
1 parent 1939b7f commit 767fd2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/movable_ink/aws/lambda.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module MovableInk
class AWS
module Lambda
def lambda(region: my_region)
def lambda(region: 'us-east-1')
@lambda_client ||= {}
@lambda_client[region] ||= Aws::Lambda::Client.new(region: region)
end
Expand Down

0 comments on commit 767fd2a

Please sign in to comment.