You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Please read through this document before submitting any issues or pull requests
8
8
9
9
We welcome you to use the GitHub issue tracker to report bugs or suggest features.
10
10
11
-
When filing an issue, please check [existing open](https://github.com/vendia/serverless-express/issues), or [recently closed](https://github.com/vendia/serverless-express/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), issues to make sure somebody else hasn't already reported the issue. Please try to include as much information as you can. Details like these are incredibly useful:
11
+
When filing an issue, please check [existing open](https://github.com/CodeGenieApp/serverless-express/issues), or [recently closed](https://github.com/CodeGenieApp/serverless-express/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), issues to make sure somebody else hasn't already reported the issue. Please try to include as much information as you can. Details like these are incredibly useful:
12
12
13
13
* A reproducible test case or series of steps
14
14
* The version of our code being used
@@ -44,7 +44,7 @@ Please refer to our [Code of Conduct](CODE_OF_CONDUCT.md)
44
44
45
45
## Security issue notifications
46
46
47
-
If you discover a potential security issue in this project we ask that you notify us directly - brett@vendia.net. Please do **not** create a public github issue.
47
+
If you discover a potential security issue in this project we ask that you notify us directly - brett@codegenie.codes. Please do **not** create a public github issue.
Data sharing is hard. Data sharing between partners is even harder. That’s why we built Vendia Share. Bring trust and a single source of truth to partner data sharing and secure, compliant, real-time collaboration — no matter your partners’ geographies, stack of systems, data architecture, or clouds.
9
+
10
+
Starting a new software project? Check out Code Genie - a <ahref="https://codegenie.codes">Full Stack App Generator</a> that generates source code based on your project's data model. Including:
11
+
12
+
1. A React Next.js Web App hosted on Amplify Hosting
13
+
1. Serverless Express REST API running on API Gateway and Lambda
14
+
1. Cognito User Pools for Identity/Authentication
15
+
1. DynamoDB Database
16
+
1. Cloud Development Kit (CDK) for Infrastructure as Code (IAC)
17
+
1. Continuous Integration/Delivery (CI/CD) with GitHub Actions
18
+
1. And more!
10
19
</p>
11
20
12
21
# Serverless Express
13
22
14
23
<palign="center">
15
-
<aaria-label="Made by Vendia"href="https://vendia.com">
@@ -32,7 +41,7 @@ Data sharing is hard. Data sharing between partners is even harder. That’s why
32
41
Run REST APIs and other web applications using your existing [Node.js](https://nodejs.org/) application framework (Express, Koa, Hapi, Sails, etc.), on top of [AWS Lambda](https://aws.amazon.com/lambda/) and [Amazon API Gateway](https://aws.amazon.com/api-gateway/) or [Azure Function](https://docs.microsoft.com/en-us/azure/azure-functions/).
33
42
34
43
```bash
35
-
npm install @vendia/serverless-express
44
+
npm install @codegenie/serverless-express
36
45
```
37
46
38
47
## Quick Start/Example
@@ -54,19 +63,19 @@ The only AWS Lambda specific code you need to write is a simple handler like bel
If your application needs to perform some common bootstrap tasks such as connecting to a database before the request is forward to the API, you can use the following pattern (also available in [this example](https://github.com/vendia/serverless-express/blob/mainline/examples/basic-starter-api-gateway-v2/src/lambda-async-setup.js)):
73
+
If your application needs to perform some common bootstrap tasks such as connecting to a database before the request is forward to the API, you can use the following pattern (also available in [this example](https://github.com/CodeGenieApp/serverless-express/blob/mainline/examples/basic-starter-api-gateway-v2/src/lambda-async-setup.js)):
# AWS Serverless Express is now under the stewardship of Vendia
367
376
368
-
On 11/30, the AWS Serverless Express library moved from AWS to [Vendia](https://github.com/vendia/serverless-express) and will be rebranded to `@vendia/serverless-express`. Similarly, the [`aws-serverless-express` NPM package](https://www.npmjs.com/package/aws-serverless-express) will be deprecated in favor of [@vendia/serverless-express](https://www.npmjs.com/package/@vendia/serverless-express).
377
+
On 11/30, the AWS Serverless Express library moved from AWS to [Vendia](https://github.com/CodeGenieApp/serverless-express) and will be rebranded to `@codegenie/serverless-express`. Similarly, the [`aws-serverless-express` NPM package](https://www.npmjs.com/package/aws-serverless-express) will be deprecated in favor of [@codegenie/serverless-express](https://www.npmjs.com/package/@codegenie/serverless-express).
369
378
370
379
[Brett Andrews](https://github.com/brettstack), the original creator of the Serverless Express library, will continue maintaining the repository and give it the attention and care it deserves. At the same time, we will be looking for additional contributors to participate in the development and stewardship of the Serverless Express library. AWS and the [SAM team](https://github.com/aws/aws-sam-cli) will remain involved in an administrative role alongside Vendia, Brett, and the new maintainers that will join the project.
Copy file name to clipboardExpand all lines: examples/alb/src/views/index.pug
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ html
26
26
white-space: nowrap;
27
27
overflow-x: auto;
28
28
}
29
-
.vendia-logo {
29
+
.code-genie-logo {
30
30
display: block;
31
31
width: 10rem;
32
32
margin: auto;
@@ -42,7 +42,7 @@ html
42
42
}
43
43
body
44
44
h1 My Serverless Application
45
-
img.vendia-logo(src='vendia')
45
+
img.code-genie-logo(src='code-genie-logo')
46
46
p
47
47
| Welcome to your AWS serverless application. This example application has several resources configured for you to explore. State is stored in memory in a given container, and is therefore ephemeral - see
48
48
a(href='https://aws.amazon.com/blogs/compute/container-reuse-in-lambda/', target='_blank') Understanding Container Reuse in AWS Lambda
0 commit comments