|
@ -131,7 +131,10 @@ print("Lambda Function and S3 Bucket to store the counter are available.\n" |
|
|
"Try to understand how Lambda can be used to cut costs regarding cloud services and what its pros\n" |
|
|
"Try to understand how Lambda can be used to cut costs regarding cloud services and what its pros\n" |
|
|
"and cons are.\n") |
|
|
"and cons are.\n") |
|
|
|
|
|
|
|
|
# sadly, AWS Academy Labs don't allow API gateways |
|
|
|
|
|
|
|
|
# API gateways require a Pro license from localstack, as a student you can apply for |
|
|
|
|
|
# a hobby/open source dev license, that's the same license that I used for the demo in the |
|
|
|
|
|
# lab/lecture |
|
|
|
|
|
|
|
|
# API gateway would allow getting an HTTP endpoint that we could access directly in the browser, |
|
|
# API gateway would allow getting an HTTP endpoint that we could access directly in the browser, |
|
|
# that would call our function, as in the provided demo: |
|
|
# that would call our function, as in the provided demo: |
|
|
# |
|
|
# |
|
|