-
Notifications
You must be signed in to change notification settings - Fork 417
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create README.md #132
Create README.md #132
Conversation
This is part off this change in serverless-webpack: serverless-heaven#131 Explain how to work with the serverless-offline, serverless-webpack and serverless-dynamodb-local
README.md
Outdated
@@ -171,6 +171,18 @@ Options are: | |||
- `--function` or `-f` (required) is the name of the function to run | |||
- `--path` or `-p` (optional) is a JSON file path used as the function input event | |||
|
|||
### Using with serverless-offline and serverless-webpack plugin | |||
|
|||
Run `serverless offline start`. In comparison with `serverless offline`, the `start` command will fire an `init` and a `end` lifecycle hook which is needed for serverless-offline and serverless-dynamodb-local to switch off both ressources. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo of 'resources' at the end of the line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you. Just deleted the s
Fix typo
/cc @HyperBrain, although this should probably only be merged #131 |
GTM I think 👍 |
@hassankhan Yes, you're right. |
This is part off this change in serverless-webpack: #131
Explain how to work with the serverless-offline, serverless-webpack and serverless-dynamodb-local