File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,8 @@ This would create environment variables in the lambda instance upon deploy. If
191191your functions don't need environment variables, simply leave this section out
192192of 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
195196deploy your Lambda or that your code bundle is too large to upload via the API.
196197You can use the ` ` upload` ` command to send the bundle to an S3 bucket of your
197198choosing. 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
218219tool 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,
222224you'll need to run: ` ` pip install -r tests/dev_requirements.txt` ` .
223225
224226Once complete, execute the following commands:
You can’t perform that action at this time.
0 commit comments