
Security News
Software Engineering Daily Podcast: Feross on AI, Open Source, and Supply Chain Risk
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.
@maas/payload-plugin-aws-rekognition
Advanced tools
> [!CAUTION] > > # This plugin is not ready for production use! > > This plugin is under experimental development and is not yet ready for production use. It is intended for testing and feedback purposes only. Please use it at your own risk and be aware t
[!CAUTION]
This plugin is not ready for production use!
This plugin is under experimental development and is not yet ready for production use. It is intended for testing and feedback purposes only. Please use it at your own risk and be aware that it may contain bugs or other issues that could affect its performance or reliability.
pnpm install @maas/payload-plugin-mux
import { buildConfig } from 'payload/config'
import { awsRekognitionPlugin } from '@maas/payload-plugin-aws-rekognition'
const config = buildConfig({
// ... other config options
plugins: [
// ... other plugins
awsRekognitionPlugin({
enabled: true,
imagesCollection: 'images', // The slug of the collection where images are stored
tagsCollection: 'tags', // The slug of the collection where tags are stored
aws: {
region: process.env.AWS_REGION!,
credentials: {
accessKeyId: process.env.AWS_ACCESS_KEY_ID!,
secretAccessKey: process.env.AWS_SECRET_ACCESS_KEY!,
},
},
debug: true,
}),
],
})
FAQs
> [!CAUTION] > > # This plugin is not ready for production use! > > This plugin is under experimental development and is not yet ready for production use. It is intended for testing and feedback purposes only. Please use it at your own risk and be aware t
The npm package @maas/payload-plugin-aws-rekognition receives a total of 1 weekly downloads. As such, @maas/payload-plugin-aws-rekognition popularity was classified as not popular.
We found that @maas/payload-plugin-aws-rekognition demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.

Security News
GitHub has revoked npm classic tokens for publishing; maintainers must migrate, but OpenJS warns OIDC trusted publishing still has risky gaps for critical projects.

Security News
Rust’s crates.io team is advancing an RFC to add a Security tab that surfaces RustSec vulnerability and unsoundness advisories directly on crate pages.