Skip to content

Commit fff82a4

Browse files
committed
[clean] adding import in index
1 parent 0932dfe commit fff82a4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nutshelllab/aws-apollo-tools",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Aws apollo",
55
"main": "lib/aws-apollo-tools.js",
66
"scripts": {

src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
export { default as graphqlHttpRequest } from './http-request'
22
export { default as graphqlLambdaRequest } from './lambda-request'
33
export { default as createLambdaLink } from './lambda-link'
4+
export { default as withHeaders } from './link-with-headers'
5+
export { ApolloServer } from './apollo-server-lambda'
46
export { default as hmacfetch } from './aws4-signer'
57
export { default as formatError } from './format-error'

0 commit comments

Comments
 (0)