Skip to content

Commit d8db459

Browse files
committed
Merge branch 'patch-1' of https://github.com/mccartney/python-lambda into mccartney-patch-1
2 parents d89bc56 + ff5b8aa commit d8db459

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,8 @@ This would create environment variables in the lambda instance upon deploy. If
191191
your functions don't need environment variables, simply leave this section out
192192
of your config.
193193
194-
### Uploading to S3 You may find that you do not need the toolkit to fully
194+
### Uploading to S3
195+
You may find that you do not need the toolkit to fully
195196
deploy your Lambda or that your code bundle is too large to upload via the API.
196197
You can use the ``upload`` command to send the bundle to an S3 bucket of your
197198
choosing. Before doing this, you will need to set the following variables in
@@ -218,7 +219,8 @@ requests are very welcome and highly encouraged. Please open an issue if this
218219
tool does not function as you'd expect.
219220
220221
221-
### How to release updates If this is the first time you're releasing to pypi,
222+
### How to release updates
223+
If this is the first time you're releasing to pypi,
222224
you'll need to run: ``pip install -r tests/dev_requirements.txt``.
223225
224226
Once complete, execute the following commands:

0 commit comments

Comments
 (0)