Skip to content

Commit

Permalink
Merge pull request #2653 from lpsinger/arc-plugin-case
Browse files Browse the repository at this point in the history
Consistently use kebab-case for Architect plugin filenames
  • Loading branch information
dakota002 authored Nov 5, 2024
2 parents 1f8b667 + 28da73f commit 7cdf161
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app.arc
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,11 @@ dedicatedMasterType t3.small.search

@plugins
plugin-remix
sandboxOidcIdp # Sandbox identity provider
lambdaCognitoPermissions # Grant the Lambda function access to Cognito to run the credential vending machine.
staticBucketPermissions # Functions may only write to the /generated directory in the static bucket.
missionCloudPlatform # Custom permissions for deployment on Mission Cloud Platform
emailOutgoing # Grant the Lambda function permission to send email; add email templates.
sandbox-oidc-idp # Sandbox identity provider
lambda-cognito-permissions # Grant the Lambda function access to Cognito to run the credential vending machine.
static-bucket-permissions # Functions may only write to the /generated directory in the static bucket.
mission-cloud-platform # Custom permissions for deployment on Mission Cloud Platform
email-outgoing # Grant the Lambda function permission to send email; add email templates.
email-incoming # Enable Lambda handlers for incoming emails
nasa-gcn/architect-plugin-search # Add an AWS OpenSearch Serverless collection.
architect/plugin-lambda-invoker
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7cdf161

Please sign in to comment.