Skip to content

Commit

Permalink
chore: Include new commands in s3 serverless
Browse files Browse the repository at this point in the history
  • Loading branch information
SivaKumarP127 committed May 6, 2024
1 parent 4dc9e29 commit d2c6687
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ export S3_BUCKET_NAME=YOUR_S3_BUCKET_NAME
export S3_PREFIX=YOUR_S3_SUBDIRECTORY
# Choose a name for your new Serverless Framework service
export SERVICE_NAME=YOUR_SERVICE_NAME
# Install the serverless-python-requirements plugin
serverless plugin install -n serverless-python-requirements
# Package the application files and dependencies into a deployment-ready file for deployment
serverless package
# Deploy the function, specifying the same region as your S3 bucket listed above
serverless deploy --region YOUR_AWS_REGION
```
Expand Down

0 comments on commit d2c6687

Please sign in to comment.