Skip to content

Commit 553812a

Browse files
committed
mock the api key
1 parent 1fec05a commit 553812a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-golang-googlemap/serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ provider:
2222
name: aws
2323
runtime: go1.x
2424
environment:
25-
GOOGLE_API_KEY: AIzaSyC3TdIoaZOUwGDoIoZzfoF2Nsx-SibvK4g #CHANGE YOUR API KEY
25+
GOOGLE_API_KEY: AIzaXXXX #CHANGE YOUR API KEY
2626

2727
# you can overwrite defaults here
2828
# stage: dev

0 commit comments

Comments
 (0)