Skip to content
Snippets Groups Projects
Commit 9df153cf authored by Sebastian Rieger's avatar Sebastian Rieger
Browse files

added note that localstack now requires pro license to create API gateways -...

added note that localstack now requires pro license to create API gateways - students can apply for a free license
parent 376d287b
No related branches found
No related tags found
No related merge requests found
......@@ -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"
"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,
# that would call our function, as in the provided demo:
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment