{% extends "sentry/bases/modal.html" %} {% load crispy_forms_tags %} {% load sentry_assets %} {% load i18n %} {% block wrapperclass %}narrow auth{% endblock %} {% block modal_header_signout %}{% endblock %} {% block title %}{% trans "AWS Lambda Setup" %} | {{ block.super }}{% endblock %} {% block css %} {% endblock %} {% block main %}

{% trans "Install Sentry to your AWS account" %}

  1. Add Sentry's Cloudfromation stack to your AWS
  2. Mark "I Acknowledge that AWS CloudFormation might create IAM resources"
  3. Press "Create"
  4. It might take a minute or two for the CloudFormation stack to set up. Find the stack in list of stacks and copy the "ARN" value of "SentryMonitoringStack" into the input below:
{% csrf_token %}
{% endblock %}