Skip to content

Commit

Permalink
ec2 added to localstack services enum (#3955)
Browse files Browse the repository at this point in the history
  • Loading branch information
pinzon committed Apr 12, 2021
1 parent 1cd0476 commit 55838a9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ public String getRegion() {
@FieldDefaults(makeFinal = true)
public enum Service {
API_GATEWAY("apigateway", 4567),
EC2("ec2", 4597),
KINESIS("kinesis", 4568),
DYNAMODB("dynamodb", 4569),
DYNAMODB_STREAMS("dynamodbstreams", 4570),
Expand Down

0 comments on commit 55838a9

Please sign in to comment.