serverless-applications
Here are 95 public repositories matching this topic...
-
Updated
Jun 18, 2020
we want to use swagger integrated with API document under aws-serverless-express framework, so any document/guideline to follow?
if we follow some code rule to define the API method then generate the API document and show in swagger it is perfect
-
Updated
Jan 6, 2020
-
Updated
Dec 28, 2019 - JavaScript
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.
Is there anyway to specify log group name to be AppSync's api name instead of API ID. I see this code is used to fetch the loggroupname
LogGroupName: { 'Fn::Join': ['/', ['/aws/appsync/apis', { 'Fn::GetAtt': [logicalIdGraphQLApi, 'ApiId'] }]] },
is there a way to make this API name instead. In cloudwatch - pointing at correct appsync loggroup becomes little difficult as we have to know s
-
Updated
Oct 23, 2019
Issue Checklist:
- Descriptive title
- Completed sections below
Problem Description
Beyond the CLI, it is not obvious how someone can use Blurr in their setup
Solution Proposal
Provide an example of how to setup for common environments - Spark, Kafka.
Impact on current behavior
Better documentation!
Create Glossary.md
Per the documentation for custom authorizers the policy document returned from from the custom authorizer is for the ENTIRE API. I would have thought disabling caching in the custom authorizer would have solved this issue, however it doesn't seem to, in any case disabling caching isn't recommended for custom authorizes for performance reasons (always calling at least 2 lambdas). My solution was to
-
Updated
Jun 19, 2020 - C++
-
Updated
Nov 22, 2019 - JavaScript
-
Updated
Oct 30, 2019 - HTML
-
Updated
Apr 4, 2018 - Python
-
Updated
Jan 24, 2019 - JavaScript
-
Updated
Dec 4, 2016 - Python
-
Updated
Oct 9, 2019 - JavaScript
-
Updated
Jun 5, 2018 - JavaScript
-
Updated
Mar 2, 2020 - C#
-
Updated
Nov 5, 2016 - Ruby
-
Updated
May 28, 2020 - JavaScript
-
Updated
Dec 9, 2019 - Python
-
Updated
Mar 6, 2018 - Java
-
Updated
Nov 11, 2018 - JavaScript
In the AWS Examples they show a swagger template that requires manual search and replace, but that can be tokenized.
-
Updated
Jun 16, 2020 - Python
-
Updated
Dec 9, 2017 - 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."

