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
191
191
your functions don't need environment variables, simply leave this section out
192
192
of your config.
193
193
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
195
196
deploy your Lambda or that your code bundle is too large to upload via the API.
196
197
You can use the ` ` upload` ` command to send the bundle to an S3 bucket of your
197
198
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
218
219
tool does not function as you'd expect.
219
220
220
221
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,
222
224
you'll need to run: ` ` pip install -r tests/dev_requirements.txt` ` .
223
225
224
226
Once complete, execute the following commands:
You can’t perform that action at this time.
0 commit comments