You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to quickly implement an application on multiple cloud provider's services (e.g., AWS Lambda, S3, SQS) using a reusable library(nginx-aws-signature) without learning and implementing how to sign API requests. So I can focus on only implementing business logic.
Acceptance Criteria:
Implement common AWS Signature library by refactoring nginx-s3-gateway.
As an App/API Developer,
I want to quickly implement an application on multiple cloud provider's services (e.g., AWS Lambda, S3, SQS) using a reusable library(
nginx-aws-signature
) without learning and implementing how to sign API requests. So I can focus on only implementing business logic.Acceptance Criteria:
nginx-s3-gateway
.AWS_SESSION_TOKEN
) based authenticationThe text was updated successfully, but these errors were encountered: