Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

hmrc/api-platform-delete-subscription-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Platform Delete Subscription Lambda

AWS Lambda used to remove a subscription of a Third Party Application (represented as an AWS API Gateway Usage Plan) to an HMRC API.

Expects a message on an AWS SQS queue in the form:

{
  "applicationName": "third-party-application-name",
  "apiName": "hello--1.0"
}
Field Description
applicationName The name of the third party application to remove the subscription from
apiName The (normalised) name of the API to remove

License

This code is open source software licensed under the Apache 2.0 License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •