Skip to content

Implement DeleteSponsorHandler for Deleting Sponsors#12

Open
vadimvlasenko wants to merge 3 commits intomainfrom
feature/delete-sponsor-handler
Open

Implement DeleteSponsorHandler for Deleting Sponsors#12
vadimvlasenko wants to merge 3 commits intomainfrom
feature/delete-sponsor-handler

Conversation

@vadimvlasenko
Copy link
Owner

This pull request implements a new handler, DeleteSponsorHandler, to support the deletion of sponsors. It includes the handler implementation, updates to SponsorService to include a deleteSponsorById method, and the necessary SAM template updates to deploy the function.

Key changes:

  • Added DeleteSponsorHandler.java in the handlers package.
  • Updated SponsorService.java to include a new method deleteSponsorById for deleting sponsors.
  • Updated template.yaml to define the new Lambda function DeleteSponsorFunction and map it to the DELETE API endpoint.

This addition enhances the application's capabilities by allowing users to delete sponsors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments