-
Updated
Nov 16, 2021 - Python
serverless-applications
Here are 110 public repositories matching this topic...
-
Updated
Nov 1, 2021
-
Updated
Nov 16, 2021 - TypeScript
-
Updated
Oct 28, 2021 - JavaScript
-
Updated
Oct 29, 2021
-
Updated
Nov 16, 2021 - JavaScript
Hi everyone,
I'm building Saas app model where each client should have their own API_KEY specified expiry dateTime as additional authorization method (AWS Cognito User Pool is used by default authorization).
I can see we have one field API_Key but have no idea how appsync works out on selecting specifically which API_KEY corresponding for each clients.
Another scenario using API_Key as
-
Updated
Jun 24, 2018 - Shell
-
Updated
Nov 6, 2020
-
Updated
Aug 11, 2021 - JavaScript
-
Updated
Oct 23, 2019 - JavaScript
-
Updated
Apr 14, 2021 - C++
-
Updated
Nov 16, 2021 - JavaScript
-
Updated
Jul 7, 2020 - HTML
-
Updated
Apr 30, 2020 - JavaScript
-
Updated
Mar 13, 2021 - TypeScript
-
Updated
Apr 4, 2018 - Python
-
Updated
Dec 4, 2016 - Python
-
Updated
Jun 5, 2018 - JavaScript
-
Updated
Jan 24, 2019 - JavaScript
-
Updated
Nov 14, 2021 - JavaScript
-
Updated
Mar 2, 2020 - C#
-
Updated
Sep 24, 2020 - JavaScript
-
Updated
Mar 29, 2021 - JavaScript
-
Updated
Nov 5, 2016 - Ruby
-
Updated
Aug 4, 2021 - Python
-
Updated
Nov 11, 2018 - JavaScript
-
Updated
Oct 9, 2019 - JavaScript
Improve this page
Add a description, image, and links to the serverless-applications topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the serverless-applications topic, visit your repo's landing page and select "manage topics."
sls invoke
is useful for testing our API one request at a time.It would be nice to spin up a local version of the API on localhost to enable us to develop our frontend apps against it, and to more easily run integration and E2E tests.