Help improve AWS Support Official channel in re:Post and share your experience - complete a quick three-question survey to earn a re:Post badge!
All Content tagged with AWS Serverless Application Repository
The AWS Serverless Application Repository is a managed repository for serverless applications. It enables teams, organizations, and individual developers to store and share reusable applications, and easily assemble and deploy serverless architectures in powerful new ways.
Content language: English
Select tags to filter
Sort by most recent
24 results
After deploying the aws power tuning in my account and trying to execute it,The Initializer step fail with the following error
` "cause": {
"errorType": "AccessDeniedException",
"errorMessag...
I call AWS translation service for translation in bulk sometimes it works and sometimes it gives me this error
ERROR] 2024-06-20T04:56:20.363Z 676c534a-9fca-409f-86d2-d55ff11236e0 Unexpected error ...
Hey,
Currently we have Version v6.2.1 deployed and trying to upgrade it to v6.2.4. When we run the upgrade using this
https://docs.aws.amazon.com/solutions/latest/serverless-image-handler/update-the...
Hi,
I noticed that StepFunction Alias and Version resources are not supported in SAR. Any plans to integrate it?(https://docs.aws.amazon.com/serverlessrepo/latest/devguide/list-supported-resources.htm...
My IAM user that is responsible for deploying CDK templates has an IAM policy specified (Listing 1.), to limit which S3 buckets it has access to.
When attempting to deploy an application from AWS Ser...
I tried the following two commands to upload artifacts and package CFN template, but doesn't seem to work -
1. "aws cloudformation package --s3-bucket s3-swapnadeep-code-sam --template-file template...
My project is using [canvas-nodejs](https://serverlessrepo.aws.amazon.com/applications/arn:aws:serverlessrepo:us-east-1:990551184979:applications~lambda-layer-canvas-nodejs) from the AWS Serverless Ap...
I have created a cloudformation template for deploying wordpress application using Serverless Application Model.It is serverless so we have lambda and apigateway.So in lambda we don't have a built-in ...
hi,
i've already developed a flask app on my local and am studying aws services for a month and decided to use serverless(lambda) for deploying my app. but i can't decide how to deploy my app.
1- if ...
I have created a parameter file which contains Parameters, Tags etc. I want to pass the parameter values to template.yml file.
Parameter json file ->
```
{
"Parameters": {
"Bucket": "s3-my...
In Amazon OpenSearch Service i have a service running, if i go to the dashboard and click on discover, i have an index with data that i can search trough. Now i want the data displayed in my react app...
I'm trying to build a REST API with SAM. My YAML file looks like this:
```
AWSTemplateFormatVersion: "2010-09-09"
Description: >-
example-rest-api
Transform:
- AWS::Serverless-2016-10-31
Resource...