

- Dropzone no url provided how to#
- Dropzone no url provided verification#
- Dropzone no url provided code#
The default values populated on the screen can be used. Next, from the “Actions” menu choose “Enable CORS”. You should see a response come back on the right side of the screen that says “Hello from Lambda”. Leave the Request body blank and press the “Test” button. Press the “Test” lightning bolt icon to launch the Method Test screen. After the endpoint is created, you will be presented with a screen that looks like this:į. You will be notified with an alert saying “You are about to give API Gateway permission to invoke your Lambda function”. Under “Lambda Function” specify the ARN of your Lambda Function and press “Save”. On the setup screen, choose “Lambda Function” as the Integration Type, and check the box next to “Use Lambda Proxy Integration”. Choose “POST” from the drop down menu, then press the checkbox icon, which should reveal the setup screen.ĭ. Under “Resources” choose “Create Method”. Under Settings, give the API a unique name (i.e., DropzoneConnectorEndpoint). Choose “REST” as the protocol, and “New API”.

Dropzone no url provided code#
We will upload the real Dropzone Connector lambda code in a later step.ī. The lambda function will be created with sample code that returns “Hello from Lambda”. Under Permissions, choose “choose or create an execution role” and select the “Create a new role with basic Lambda permissions” option, then press “Create Function”

Give the function a unique Name (i.e., ServiceCloudDropzoneConnector)Į. When prompted, choose “Author from scratch"Ĭ. For Step 2, Name the secret with a unique name (i.e., DropzoneConfigParams)Į. Add a new key/value pair for each of the following values:ĭ. For Step 1, under “Secret Type” choose “Other type of secret”Ĭ. AWS Secrets Manager > Secrets > Store a new secret (launch the guided wizard setup)ī. Create a new entry in AWS Secrets Manager for sensitive configuration parametersĪ. You do not need to specify an access policy as we will grant access using a custom policy later.ģ. No other configuration is required, all of the default values are sufficient. Create a primary key named “itemId” of type “String” Give the table a unique name (i.e., DropzoneSubmissions)Ĭ. Create a DynamoDB Table for storing Dropzone Submissionsī.
Dropzone no url provided verification#
Dropzone no url provided how to#
Refer to the Appendix at the end of this article for steps on how to configure a Connected App in Salesforce and obtain a Refresh Token.

