• Pricing
© 2026 Serverless, Inc. All rights reserved.

Framework

  • Overview
  • Documentation
  • Plugins360
  • Pricing

Learn

  • Blog
  • GuidesUpdated
  • Examples240
  • Courses

Resources

  • Support
  • Security
  • Trust Center
  • Status

Community

  • Slack
  • GitHub47k
  • Forum
  • Meetups

Company

  • About
  • Careers
  • Contact
  • Partners

Legal

  • Terms of Service
  • Privacy Policy
  • Trademark
  • DMCA
alikian

Mfa Serverless Plugin

by

A simple plugin for deployment accounts with MFA

611
8
  1. Mfa Serverless Plugin

mfa-serverless-plugin

MFA Serverless plugin

Set following environments variables

Serial Nuber or arn of MFA

AWS_MFA_SERIAL_NUMBER=arn:aws:iam::12345678910:mfa/mfa_user

MFA Key, it can be access only when setting up MFA first time

AWS_MFA_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

install plugin

npm install --save mfa-serverless-plugin

add plugin to your serverless.yml

plugins:
  - mfa-serverless-plugin

Contents

  • mfa-serverless-plugin
  • Set following environments variables
  • install plugin
  • add plugin to your serverless.yml

Related

GuidesPluginsExamplesSlack CommunitySupport