Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jossai87 authored Oct 4, 2024
1 parent 0c89739 commit 7ed0006
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,12 @@ The Framework simplifies the process of creating, deploying, and managing server
***(The serverless-python-requirements plugin helps manage Python dependencies for your Serverless project)***
![Diagram](images/2d.png)

3.) **npx sls deploy** ***(This will package and deploy the AWS Lambda function)***
3.)
```cmd
npx sls deploy
```

***(This will package and deploy the AWS Lambda function)***
![Diagram](images/3a.png)

- Inspect the deployment within CloudFormation in the AWS Console
Expand Down

0 comments on commit 7ed0006

Please sign in to comment.