Is there any provision to deploy app's services individual level?
- Dominant language
- Python
- Stars
- 11.1k
- Forks
- 1k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 2
Description
### **Use case:** I have multiple services in the application and want to deploy each one of them separately.
For example, You can find the following two separate services
UserServices: to manage all operations related to user
SQSEventsHandler: to manage all user's activity events
**Problem statement:** When I deploy the application, it creates a new deployment for each lambda and deploy the same and vice-versa in the case revert
I'm looking out for a solution at the configuration level where I can separate the deployment for each lambda or service and restrict the impact of the deployment.
Contributor guide
Research direction
Start by reviewing Chalice's deployment configuration and how the application deploys each Lambda. Define how services such as UserServices and SQSEventsHandler can be deployed and reverted separately, with changes to one service not affecting the others.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, python
- Domain
- cloud
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100